svn commit: r390351 - head/devel/cdk
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 23 06:02:14 UTC 2015
Author: bapt
Date: Tue Jun 23 06:02:13 2015
New Revision: 390351
URL: https://svnweb.freebsd.org/changeset/ports/390351
Log:
Use copytree share
Modified:
head/devel/cdk/Makefile
Modified: head/devel/cdk/Makefile
==============================================================================
--- head/devel/cdk/Makefile Tue Jun 23 05:25:17 2015 (r390350)
+++ head/devel/cdk/Makefile Tue Jun 23 06:02:13 2015 (r390351)
@@ -37,8 +37,8 @@ post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}; \
- ${FIND} cli demos examples ! -type d \
- | ${PAX} -rw ${STAGEDIR}${EXAMPLESDIR}
+ ${COPYTREE_SHARE} "cli demos examples" \
+ ${STAGEDIR}${EXAMPLESDIR} "! -type d"
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list