svn commit: r368833 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 22 09:42:04 UTC 2014


Author: bapt
Date: Mon Sep 22 09:42:03 2014
New Revision: 368833
URL: http://svnweb.freebsd.org/changeset/ports/368833
QAT: https://qat.redports.org/buildarchive/r368833/

Log:
  Remove @dirrmtry from PORTSDOC code it is now automatic

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Sep 22 09:33:51 2014	(r368832)
+++ head/Mk/bsd.port.mk	Mon Sep 22 09:42:03 2014	(r368833)
@@ -5168,9 +5168,6 @@ 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: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
 .endif
 


More information about the svn-ports-head mailing list