- Staging http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-cxx/6.0.0/ Port maintainer (lwhsu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->lwhsu Over to maintainer (via the GNATS Auto Assign Tool)
Author: lwhsu Date: Thu Apr 17 07:23:33 2014 New Revision: 351456 URL: http://svnweb.freebsd.org/changeset/ports/351456 QAT: https://qat.redports.org/buildarchive/r351456/ Log: - Support staging PR: ports/188478 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Modified: head/devel/py-cxx/Makefile Modified: head/devel/py-cxx/Makefile ============================================================================== --- head/devel/py-cxx/Makefile Thu Apr 17 06:17:53 2014 (r351455) +++ head/devel/py-cxx/Makefile Thu Apr 17 07:23:33 2014 (r351456) @@ -16,15 +16,14 @@ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes PYDISTUTILS_PKGNAME= CXX PYDISTUTILS_PKGVERSION= 5.3 -NO_STAGE= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PORTDOCS= * .if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Doc/PyCXX.html ${STAGEDIR}${DOCSDIR} .endif post-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!