Date: Wed, 19 Feb 2014 16:36:34 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345114 - head/security/py-pow Message-ID: <201402191636.s1JGaYfG056262@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191636.s1JGaYfG056262>