aboutsummaryrefslogtreecommitdiffstats
path: root/security/bcrypt
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-10-23 19:39:02 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-10-23 19:39:02 +0800
commit1c600b68b9212f4196d82d6a4f36fb440876b6d7 (patch)
treef4dbfd09a479a100273b3b1a05cb4ad1c969379f /security/bcrypt
parentc0e621410ed1b825a61118d235692f2f7474b6a5 (diff)
downloadfreebsd-ports-gnome-1c600b68b9212f4196d82d6a4f36fb440876b6d7.tar.gz
freebsd-ports-gnome-1c600b68b9212f4196d82d6a4f36fb440876b6d7.tar.zst
freebsd-ports-gnome-1c600b68b9212f4196d82d6a4f36fb440876b6d7.zip
Support staging.
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>