1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Remove variable modifier from COPYTREE_SHARE, and use its third argument

This commit is contained in:
Nicola Vitale 2014-04-06 13:37:00 +00:00
parent 199cd8d51f
commit e985a1f452
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350356

View File

@ -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>