Date: Thu, 17 Apr 2014 07:23:33 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351456 - head/devel/py-cxx Message-ID: <201404170723.s3H7NXRt001684@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404170723.s3H7NXRt001684>