svn commit: r390346 - head/devel/cdk
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 22 23:43:54 UTC 2015
Author: bapt
Date: Mon Jun 22 23:43:53 2015
New Revision: 390346
URL: https://svnweb.freebsd.org/changeset/ports/390346
Log:
Speed up a bit copying the files
Modified:
head/devel/cdk/Makefile
Modified: head/devel/cdk/Makefile
==============================================================================
--- head/devel/cdk/Makefile Mon Jun 22 23:42:35 2015 (r390345)
+++ head/devel/cdk/Makefile Mon Jun 22 23:43:53 2015 (r390346)
@@ -37,7 +37,8 @@ post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}; \
- ${FIND} cli demos examples | ${PAX} -rw ${STAGEDIR}${EXAMPLESDIR}
+ ${FIND} cli demos examples ! -type d \
+ | ${PAX} -rw ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list