aboutsummaryrefslogtreecommitdiff
path: root/security/bcrypt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 11:39:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 11:39:02 +0000
commit6ccb16f9c26d1fc32cac9c5b5ac21fe816c61193 (patch)
treef4dbfd09a479a100273b3b1a05cb4ad1c969379f /security/bcrypt
parent04c0f987aea65e1c96f9b9ef0a6b49010eabc902 (diff)
downloadports-6ccb16f9c26d1fc32cac9c5b5ac21fe816c61193.tar.gz
ports-6ccb16f9c26d1fc32cac9c5b5ac21fe816c61193.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331374
Diffstat (limited to 'security/bcrypt')
-rw-r--r--security/bcrypt/Makefile12
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>