aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-06-29 23:47:44 +0800
committeradamw <adamw@FreeBSD.org>2015-06-29 23:47:44 +0800
commite7fc5f1c94dfecb3142340a33be0d452c8201cfe (patch)
treedcef53546d337dcb8a7502e40f3ea25ca1cca685 /science
parentbaa9187ba5e96d0c7d3c9dbd366214f81129e083 (diff)
downloadfreebsd-ports-graphics-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.tar.gz
freebsd-ports-graphics-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.tar.zst
freebsd-ports-graphics-e7fc5f1c94dfecb3142340a33be0d452c8201cfe.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.
Diffstat (limited to 'science')
-rw-r--r--science/p5-Geo-BUFR/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/science/p5-Geo-BUFR/Makefile b/science/p5-Geo-BUFR/Makefile
index a099814a51a..d5c29fbc8ab 100644
--- a/science/p5-Geo-BUFR/Makefile
+++ b/science/p5-Geo-BUFR/Makefile
@@ -20,8 +20,6 @@ SHEBANG_FILES= *.pl
USE_PERL5= configure
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/BUFR/BUFR.so
.include <bsd.port.mk>