svn commit: r390352 - head/x11-toolkits/xmhtml
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 23 06:06:01 UTC 2015
Author: bapt
Date: Tue Jun 23 06:06:00 2015
New Revision: 390352
URL: https://svnweb.freebsd.org/changeset/ports/390352
Log:
Use COPYTREE_SHARE
Modified:
head/x11-toolkits/xmhtml/Makefile
Modified: head/x11-toolkits/xmhtml/Makefile
==============================================================================
--- head/x11-toolkits/xmhtml/Makefile Tue Jun 23 06:02:13 2015 (r390351)
+++ head/x11-toolkits/xmhtml/Makefile Tue Jun 23 06:06:00 2015 (r390352)
@@ -36,7 +36,7 @@ do-install:
${CPIO} --quiet -dump -R ${SHAREOWN}:${SHAREGRP} \
${STAGEDIR}${DOCSDIR})
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- @(cd ${WRKSRC} && ${FIND} book contrib examples ! -type d ! -name "*Makefile*" | \
- ${PAX} -rw ${STAGEDIR}${EXAMPLESDIR})
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} "book contrib examples" \
+ ${STAGEDIR}${EXAMPLESDIR} "! -type d ! -name Makefile"
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list