aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:25:54 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-03-13 21:25:54 +0800
commit9f910e127afe01fcaf711683c67bc8f34443c0a3 (patch)
tree0ec0e3a04245ec3d851c8d1f3c8cebea7304bd2e /converters
parentde32d85478f9783d773ec481e8e8d91d8f8bff68 (diff)
downloadfreebsd-ports-gnome-9f910e127afe01fcaf711683c67bc8f34443c0a3.tar.gz
freebsd-ports-gnome-9f910e127afe01fcaf711683c67bc8f34443c0a3.tar.zst
freebsd-ports-gnome-9f910e127afe01fcaf711683c67bc8f34443c0a3.zip
- Strip library
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-Map/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/converters/p5-Unicode-Map/Makefile b/converters/p5-Unicode-Map/Makefile
index eeb1c3832629..f2e2b26f18fc 100644
--- a/converters/p5-Unicode-Map/Makefile
+++ b/converters/p5-Unicode-Map/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Unicode-Map
PORTVERSION= 0.112
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,4 +14,9 @@ COMMENT= Perl class that converts strings to/from 2-byte Unicode UCS2 format
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Unicode/Map/Map.so
+
.include <bsd.port.mk>