diff options
Diffstat (limited to 'security/bcrypt/Makefile')
-rw-r--r-- | security/bcrypt/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/security/bcrypt/Makefile b/security/bcrypt/Makefile index de19ff7706b5..19f9c5af1b64 100644 --- a/security/bcrypt/Makefile +++ b/security/bcrypt/Makefile @@ -15,12 +15,10 @@ ALL_TARGET= ${PORTNAME} LDFLAGS+= -lz PORTDOCS= README -MAN1= bcrypt.1 -PLIST_FILES= bin/bcrypt +PLIST_FILES= bin/bcrypt man/man1/bcrypt.1.gz OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -28,12 +26,12 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> |