From 26f58ed1c0cab0bd529c1b8e75d4fee11a8d80f7 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 29 Jun 2015 15:47:44 +0000 Subject: 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. --- biology/p5-AcePerl/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'biology') diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index 7c3dadd6a917..dd3038541de1 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -32,10 +32,7 @@ post-patch: > ${WRKSRC}/acelib/wmake/FREEBSD_DEF post-install: -.for f in Freesubs/Freesubs.so RPC/RPC.so - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/${f} -.endfor + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/Freesubs/Freesubs.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ace/RPC/RPC.so .include -- cgit v1.2.3