summaryrefslogtreecommitdiffstats
path: root/biology/ncbi-toolkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/ncbi-toolkit/Makefile')
-rw-r--r--biology/ncbi-toolkit/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile
index 4a8d980..21b24c6 100644
--- a/biology/ncbi-toolkit/Makefile
+++ b/biology/ncbi-toolkit/Makefile
@@ -99,9 +99,7 @@ do-install:
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKSRC}/doc && ${TAR} --exclude man -cf - .) | \
- (cd ${STAGEDIR}${DOCSDIR} && ${TAR} --unlink -xf -)
- @${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+rx
- @${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+ @(cd ${WRKSRC}/doc && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '-not ( -name man -o -path ./man\/* )')
.include <bsd.port.mk>
OpenPOWER on IntegriCloud