diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-06-29 15:47:44 +0000 |
commit | 26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 (patch) | |
tree | dcef53546d337dcb8a7502e40f3ea25ca1cca685 /math/p5-Math-TrulyRandom/Makefile | |
parent | 850c4317f95a3dd1f67f4492a7a45ebc722b7fe9 (diff) | |
download | ports-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 'math/p5-Math-TrulyRandom/Makefile')
-rw-r--r-- | math/p5-Math-TrulyRandom/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/p5-Math-TrulyRandom/Makefile b/math/p5-Math-TrulyRandom/Makefile index c1a7b92fdddc..a27c5d5bc9f2 100644 --- a/math/p5-Math-TrulyRandom/Makefile +++ b/math/p5-Math-TrulyRandom/Makefile @@ -25,8 +25,6 @@ post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.c ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/truerand.h ${STAGEDIR}${DOCSDIR} - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/TrulyRandom/TrulyRandom.so .include <bsd.port.mk> |