diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-19 00:10:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-11-19 00:10:28 +0800 |
commit | 2e8e318bae4c1178b7235b58e846b5c4f4918fe5 (patch) | |
tree | 1159e2776f59798f84ea568654be6f9269df0fc1 | |
parent | f22ca61889e2efe5ac2c30dd3c24facde974eebd (diff) | |
download | freebsd-ports-gnome-2e8e318bae4c1178b7235b58e846b5c4f4918fe5.tar.gz freebsd-ports-gnome-2e8e318bae4c1178b7235b58e846b5c4f4918fe5.tar.zst freebsd-ports-gnome-2e8e318bae4c1178b7235b58e846b5c4f4918fe5.zip |
- Strip library
-rw-r--r-- | converters/p5-Unicode-Map8/Makefile | 5 |
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> |