summaryrefslogtreecommitdiff
path: root/converters/p5-Unicode-Map8/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-18 16:10:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-18 16:10:28 +0000
commitd7717af63b39eddf7d77956c4058ad38fe148e94 (patch)
tree1159e2776f59798f84ea568654be6f9269df0fc1 /converters/p5-Unicode-Map8/Makefile
parentFix if PORTREVISION is not already there. (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=372728
Diffstat (limited to 'converters/p5-Unicode-Map8/Makefile')
-rw-r--r--converters/p5-Unicode-Map8/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/converters/p5-Unicode-Map8/Makefile b/converters/p5-Unicode-Map8/Makefile
index dee476276082..9e0c966e3f6f 100644
--- a/converters/p5-Unicode-Map8/Makefile
+++ b/converters/p5-Unicode-Map8/Makefile
@@ -16,4 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+ ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+ ${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Unicode/Map8/Map8.so
+
.include <bsd.port.mk>