Skip to content

Commit

Permalink
security/bcrypt: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent 416951c commit 56f5da8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions security/bcrypt/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= bcrypt
PORTVERSION= 1.1
DISTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://bcrypt.sourceforge.net/ \
LOCAL/ehaupt
Expand All @@ -12,8 +13,9 @@ ALL_TARGET= ${PORTNAME}

LDFLAGS+= -lz

PLIST_FILES= bin/bcrypt \
share/man/man1/bcrypt.1.gz
PORTDOCS= README
PLIST_FILES= bin/bcrypt man/man1/bcrypt.1.gz

OPTIONS_DEFINE= DOCS

Expand All @@ -23,7 +25,7 @@ post-patch:

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}

Expand Down

0 comments on commit 56f5da8

Please sign in to comment.