diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-23 14:02:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-23 14:02:13 +0800 |
commit | e57f880731039722baa7674c7f54d91231b3d65a (patch) | |
tree | 2b18a9c89cb3e26290c458a3c2596429054136bc /devel/cdk | |
parent | 8f5b929dc03805dbedfb65f61227e9402ce81ee5 (diff) | |
download | freebsd-ports-gnome-e57f880731039722baa7674c7f54d91231b3d65a.tar.gz freebsd-ports-gnome-e57f880731039722baa7674c7f54d91231b3d65a.tar.zst freebsd-ports-gnome-e57f880731039722baa7674c7f54d91231b3d65a.zip |
Use copytree share
Diffstat (limited to 'devel/cdk')
-rw-r--r-- | devel/cdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile index 0480e91e204f..abf7390243d6 100644 --- a/devel/cdk/Makefile +++ b/devel/cdk/Makefile @@ -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> |