aboutsummaryrefslogtreecommitdiff
path: root/security/py-pow
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-19 16:36:33 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-19 16:36:33 +0000
commitdf40375e083afa343ebefcff7bd69093ecef1225 (patch)
treef1aa812066571ac504cd76e5bf3bc1e7436b2803 /security/py-pow
parente3cee949f106af42246631f561813eae55e43c80 (diff)
downloadports-df40375e083afa343ebefcff7bd69093ecef1225.tar.gz
ports-df40375e083afa343ebefcff7bd69093ecef1225.zip
- Fix STAGEing
Notes
Notes: svn path=/head/; revision=345114
Diffstat (limited to 'security/py-pow')
-rw-r--r--security/py-pow/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-pow/Makefile b/security/py-pow/Makefile
index 1776c0e7b4dd..1476e9b5bd70 100644
--- a/security/py-pow/Makefile
+++ b/security/py-pow/Makefile
@@ -27,9 +27,9 @@ do-build:
cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET}
post-install:
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>