Commit the version of the patch that was exp-runned

PR:		191746
With hat:	portmgr
This commit is contained in:
Antoine Brodin 2014-08-28 07:38:11 +00:00
parent eff7a41a89
commit 5603986142
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366382

View File

@ -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}/,@dirrm ,p' >> ${TMPPLIST}
@${ECHO_CMD} "@dirrm ${DOCSDIR_REL}" >> ${TMPPLIST}
.endif