summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-11-02 22:45:14 +0000
committermat <mat@FreeBSD.org>2016-11-02 22:45:14 +0000
commitd9ec328e16b795889ee8d72196228f00a0a3393a (patch)
treeadf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /net
parent759b32261f3c119f1062868d580795d19060e71b (diff)
downloadFreeBSD-ports-d9ec328e16b795889ee8d72196228f00a0a3393a.zip
FreeBSD-ports-d9ec328e16b795889ee8d72196228f00a0a3393a.tar.gz
Cleanup no longer needed CHMOD usage after r424898.
PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
Diffstat (limited to 'net')
-rw-r--r--net/abills/Makefile7
-rw-r--r--net/binkd/Makefile1
-rw-r--r--net/samba36/Makefile4
-rw-r--r--net/ssspl/Makefile1
4 files changed, 2 insertions, 11 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>
diff --git a/net/binkd/Makefile b/net/binkd/Makefile
index 590e1b2..07b0e2c 100644
--- a/net/binkd/Makefile
+++ b/net/binkd/Makefile
@@ -24,7 +24,6 @@ HTTPS_CONFIGURE_WITH= https
pre-configure:
@${RM} -r ${WRKSRC}/mkfls/unix/CVS
@${CP} ${WRKSRC}/mkfls/unix/* ${WRKSRC}/
- @${CHMOD} a+x ${WRKSRC}/configure
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/binkd ${STAGEDIR}${PREFIX}/sbin
diff --git a/net/samba36/Makefile b/net/samba36/Makefile
index ec185e5..5119d63 100644
--- a/net/samba36/Makefile
+++ b/net/samba36/Makefile
@@ -477,10 +477,6 @@ INSTALL_TARGET= installservers installbin installscripts installdat \
INSTALL_TARGET+=installswat
.endif
-pre-configure:
- @${FIND} ${WRKDIR}/${DISTNAME} -type d | ${XARGS} ${CHMOD} u+w,a+rx
- @${FIND} ${WRKDIR}/${DISTNAME} -type f | ${XARGS} ${CHMOD} u+w,a+r
-
post-configure:
# It's in another port
@${RM} ${WRKDIR}/${DISTNAME}/docs/htmldocs/manpages/libsmbclient.7.html
diff --git a/net/ssspl/Makefile b/net/ssspl/Makefile
index 9899beb..9b6100f 100644
--- a/net/ssspl/Makefile
+++ b/net/ssspl/Makefile
@@ -25,7 +25,6 @@ do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-install:
- ${CHMOD} +x ${WRKSRC}/${DISTFILES}
${INSTALL_PROGRAM} ${WRKSRC}/${DISTFILES} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>
OpenPOWER on IntegriCloud