summaryrefslogtreecommitdiffstats
path: root/net/abills/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/abills/Makefile')
-rw-r--r--net/abills/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/abills/Makefile b/net/abills/Makefile
index 95c0305..267e1c0 100644
--- a/net/abills/Makefile
+++ b/net/abills/Makefile
@@ -37,10 +37,7 @@ post-patch:
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/abills
- @(${TAR} -C ${WRKSRC} --exclude "*.DS*" --exclude "*.bak" \
- --exclude "*.orig" -cf - . | ${TAR} -C ${STAGEDIR}${PREFIX}/abills \
- --unlink -xf -)
- @${FIND} ${STAGEDIR}${PREFIX}/abills -type d | ${XARGS} ${CHMOD} a+rx
- @${FIND} ${STAGEDIR}${PREFIX}/abills -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/abills \
+ '-not ( -name *\.DS* -o -name *\.bak -o -name *\.orig )'
.include <bsd.port.mk>
OpenPOWER on IntegriCloud