aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Encode-JIS2K
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:26:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-13 13:26:52 +0000
commit6ed682a29168ea96f8da71f99db8c872c21f8793 (patch)
tree7a978538aca8c17fc974adf4ffacc5277e79891b /converters/p5-Encode-JIS2K
parent670568cb18bb2a40bcea30b3ee645662f959e0b7 (diff)
downloadports-6ed682a29168ea96f8da71f99db8c872c21f8793.tar.gz
ports-6ed682a29168ea96f8da71f99db8c872c21f8793.zip
- Strip library
Notes
Notes: svn path=/head/; revision=381196
Diffstat (limited to 'converters/p5-Encode-JIS2K')
-rw-r--r--converters/p5-Encode-JIS2K/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/converters/p5-Encode-JIS2K/Makefile b/converters/p5-Encode-JIS2K/Makefile
index afdaadb09fcc..5946a0f2a3f3 100644
--- a/converters/p5-Encode-JIS2K/Makefile
+++ b/converters/p5-Encode-JIS2K/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Encode-JIS2K
PORTVERSION= 0.02
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,4 +17,9 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/JIS2K/JIS2K.so
+
.include <bsd.port.mk>