svn commit: r366382 - head/Mk
Antoine Brodin
antoine at FreeBSD.org
Thu Aug 28 07:38:12 UTC 2014
Author: antoine
Date: Thu Aug 28 07:38:11 2014
New Revision: 366382
URL: http://svnweb.freebsd.org/changeset/ports/366382
QAT: https://qat.redports.org/buildarchive/r366382/
Log:
Commit the version of the patch that was exp-runned
PR: 191746
With hat: portmgr
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Thu Aug 28 06:36:32 2014 (r366381)
+++ head/Mk/bsd.port.mk Thu Aug 28 07:38:11 2014 (r366382)
@@ -5559,7 +5559,7 @@ add-plist-docs:
.endfor
@${FIND} -P ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//} ! -type d 2>/dev/null | \
${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST}
- @${FIND} -P -d ${PORTDOCS:S/^/${STAGEDIR}${DOCSDIR}\//:C,/[^/]*[*?\[][^/]*$,,} -type d 2>/dev/null | \
+ @${FIND} -P -d ${PORTDOCS:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${DOCSDIR}\//} -type d 2>/dev/null | \
${SED} -ne 's,^${STAGEDIR}${PREFIX}/, at dirrm ,p' >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm ${DOCSDIR_REL}" >> ${TMPPLIST}
.endif
More information about the svn-ports-all
mailing list