svn commit: r350356 - head/www/py-cssselect
Nicola Vitale
nivit at FreeBSD.org
Sun Apr 6 13:37:01 UTC 2014
Author: nivit
Date: Sun Apr 6 13:37:00 2014
New Revision: 350356
URL: http://svnweb.freebsd.org/changeset/ports/350356
QAT: https://qat.redports.org/buildarchive/r350356/
Log:
- Remove variable modifier from COPYTREE_SHARE, and use its third argument
Modified:
head/www/py-cssselect/Makefile
Modified: head/www/py-cssselect/Makefile
==============================================================================
--- head/www/py-cssselect/Makefile Sun Apr 6 13:26:24 2014 (r350355)
+++ head/www/py-cssselect/Makefile Sun Apr 6 13:37:00 2014 (r350356)
@@ -32,8 +32,7 @@ post-install::
${SPHINX_BUILD} -N -a -b html ${WRKSRC}/docs ${WRKSRC}/docs.html
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/docs.html && \
- ${COPYTREE_SHARE:S,\$2,& \! -name .buildinfo -and \! -path *doctrees*,g} \
- . ${STAGEDIR}${DOCSDIR})
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -path *doctrees*")
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list