svn commit: r368885 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 22 12:24:35 UTC 2014
Author: bapt
Date: Mon Sep 22 12:24:34 2014
New Revision: 368885
URL: http://svnweb.freebsd.org/changeset/ports/368885
QAT: https://qat.redports.org/buildarchive/r368885/
Log:
Stop emitting @dirrm* for PORTDATA and PORTEXAMPLES
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Mon Sep 22 12:24:33 2014 (r368884)
+++ head/Mk/bsd.port.mk Mon Sep 22 12:24:34 2014 (r368885)
@@ -5189,9 +5189,6 @@ add-plist-examples:
.endfor
@${FIND} -P ${PORTEXAMPLES:S/^/${STAGEDIR}${EXAMPLESDIR}\//} ! -type d 2>/dev/null | \
${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST}
- @${FIND} -P -d ${PORTEXAMPLES:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${EXAMPLESDIR}\//} -type d 2>/dev/null | \
- ${SED} -ne 's,^${STAGEDIR}${PREFIX}/, at dirrm ,p' >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm ${EXAMPLESDIR_REL}" >> ${TMPPLIST}
.endif
.endif
@@ -5211,9 +5208,6 @@ add-plist-data:
.endfor
@${FIND} -P ${PORTDATA:S/^/${STAGEDIR}${DATADIR}\//} ! -type d 2>/dev/null | \
${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST}
- @${FIND} -P -d ${PORTDATA:C,/[^/]*[*?\[][^/]*$,,:S/^/${STAGEDIR}${DATADIR}\//} -type d 2>/dev/null | \
- ${SED} -ne 's,^${STAGEDIR}${PREFIX}/, at dirrm ,p' >> ${TMPPLIST}
- @${ECHO_CMD} "@dirrm ${DATADIR_REL}" >> ${TMPPLIST}
.endif
.endif
More information about the svn-ports-all
mailing list