svn commit: r345114 - head/security/py-pow

Pietro Cerutti gahr at FreeBSD.org
Wed Feb 19 16:36:34 UTC 2014


Author: gahr
Date: Wed Feb 19 16:36:33 2014
New Revision: 345114
URL: http://svnweb.freebsd.org/changeset/ports/345114
QAT: https://qat.redports.org/buildarchive/r345114/

Log:
  - Fix STAGEing

Modified:
  head/security/py-pow/Makefile

Modified: head/security/py-pow/Makefile
==============================================================================
--- head/security/py-pow/Makefile	Wed Feb 19 16:34:02 2014	(r345113)
+++ head/security/py-pow/Makefile	Wed Feb 19 16:36:33 2014	(r345114)
@@ -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>


More information about the svn-ports-all mailing list