aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-06-29 15:47:44 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-06-29 15:47:44 +0000
commit26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch)
treedcef53546d337dcb8a7502e40f3ea25ca1cca685 /dns/p5-Net-DNS
parent850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff)
downloadports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.tar.gz
ports-26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7.zip
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
Notes
Notes: svn path=/head/; revision=390918
Diffstat (limited to 'dns/p5-Net-DNS')
-rw-r--r--dns/p5-Net-DNS/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index 642b8451cbbb..9641967c1774 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -34,8 +34,6 @@ SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-Bu
SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/DNS/DNS.so
.include <bsd.port.mk>