aboutsummaryrefslogtreecommitdiff
path: root/security/pure-sfv
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 12:35:04 +0000
commit466ee71916f880e5a070350d8a84407ee75fe12d (patch)
tree021b5abe00057205a871723ca245d4d88618447f /security/pure-sfv
parent40b020793032c5b947e54b0822101c7cb3160cb0 (diff)
downloadports-466ee71916f880e5a070350d8a84407ee75fe12d.tar.gz
ports-466ee71916f880e5a070350d8a84407ee75fe12d.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331381
Diffstat (limited to 'security/pure-sfv')
-rw-r--r--security/pure-sfv/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile
index 2fb7a2878df6..d8c972c50ee6 100644
--- a/security/pure-sfv/Makefile
+++ b/security/pure-sfv/Makefile
@@ -21,7 +21,6 @@ PORTDOCS= ReadMe.txt
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -29,11 +28,11 @@ post-patch:
${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.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>