aboutsummaryrefslogtreecommitdiff
path: root/security/pam_pwdfile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-20 20:15:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-05-20 20:15:04 +0000
commit0d14b6deb815e571e883d9c3f34a70915e4af270 (patch)
tree435220894abf72de198a6623a07a064e2dca9234 /security/pam_pwdfile
parentde6dafb35eb4a8c2f7c36fb240800bd307e61275 (diff)
downloadports-0d14b6deb815e571e883d9c3f34a70915e4af270.tar.gz
ports-0d14b6deb815e571e883d9c3f34a70915e4af270.zip
- Support staging
PR: 189722 Submitted by: Michael Schout <mschout@gkg.net> (maintainer)
Notes
Notes: svn path=/head/; revision=354681
Diffstat (limited to 'security/pam_pwdfile')
-rw-r--r--security/pam_pwdfile/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pam_pwdfile/Makefile b/security/pam_pwdfile/Makefile
index e05a15198a1f..70f15184e3e1 100644
--- a/security/pam_pwdfile/Makefile
+++ b/security/pam_pwdfile/Makefile
@@ -16,16 +16,15 @@ PLIST_FILES= lib/pam_pwdfile.so
PORTDOCS= README INSTALL changelog
CFLAGS+= -I${WRKSRC}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c
${CP} ${FILESDIR}/_pam_macros.h ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
.endif