svn commit: r351456 - head/devel/py-cxx
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Apr 17 07:23:33 UTC 2014
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 at 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:
More information about the svn-ports-all
mailing list