Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 06:02:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390351 - head/devel/cdk
Message-ID:  <201506230602.t5N62EbD014222@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506230602.t5N62EbD014222>