aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-23 23:38:43 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-23 23:38:43 +0800
commitf541178b6aac871181bfca34dbd6f0f4026013c9 (patch)
tree104829b8c0253fa6a5fd082445e9b64247a8db93 /devel
parentd9f41f18de1a4485d90c2d9a3eeaf20217382a93 (diff)
downloadfreebsd-ports-gnome-f541178b6aac871181bfca34dbd6f0f4026013c9.tar.gz
freebsd-ports-gnome-f541178b6aac871181bfca34dbd6f0f4026013c9.tar.zst
freebsd-ports-gnome-f541178b6aac871181bfca34dbd6f0f4026013c9.zip
- Remove unneeded CHMODs
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Shape/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-Shape/Makefile b/devel/p5-Shape/Makefile
index 4873d629ab98..f8f7a4fe7089 100644
--- a/devel/p5-Shape/Makefile
+++ b/devel/p5-Shape/Makefile
@@ -17,8 +17,6 @@ USES= perl5
USE_PERL5= configure
post-install:
- ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
- ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Shape/Shape.so
.include <bsd.port.mk>