diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-23 06:06:00 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-23 06:06:00 +0000 |
commit | 532f9d3881719c7f67c207c2284f4b215d40745f (patch) | |
tree | 233a7e40221ae4c1d220a2f3238838ca77ed50bc /x11-toolkits/xmhtml | |
parent | 9b0b5ad637f220b4186052316120bfa2da9cc9d4 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/xmhtml')
-rw-r--r-- | x11-toolkits/xmhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile index 41e10e0f1dd8..b6d937d47366 100644 --- a/x11-toolkits/xmhtml/Makefile +++ b/x11-toolkits/xmhtml/Makefile @@ -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> |