aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:21:38 +0800
commit89546e6ace644cc6140c24b544ed056bcbf3644e (patch)
treed2345a2fa3e913b0149adfd7a7479a6197815efc /devel
parent7f1f34787b8daedc3c2d7369c1bce9eb0c29a3e9 (diff)
downloadfreebsd-ports-graphics-89546e6ace644cc6140c24b544ed056bcbf3644e.tar.gz
freebsd-ports-graphics-89546e6ace644cc6140c24b544ed056bcbf3644e.tar.zst
freebsd-ports-graphics-89546e6ace644cc6140c24b544ed056bcbf3644e.zip
- Strip library
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-String-LRC/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-String-LRC/Makefile b/devel/p5-String-LRC/Makefile
index 5865881f080..ec2cb911d0b 100644
--- a/devel/p5-String-LRC/Makefile
+++ b/devel/p5-String-LRC/Makefile
@@ -3,7 +3,7 @@
PORTNAME= String-LRC
PORTVERSION= 1.01
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,4 +14,9 @@ COMMENT= Perl interface for longitudinal redundancy check generation
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
+
.include <bsd.port.mk>