diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:03:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:03:45 +0000 |
commit | b2965ddc1ee1e74ccd9c8195aee81a880cfd3330 (patch) | |
tree | 47f1b89ffa1fe69f1fc0acba16ad1f31371eaa07 /chinese/p5-Encode-CNMap | |
parent | 28a3fcc0b888fc2ff1fc2e67db6cf82e3fee685c (diff) |
Notes
Diffstat (limited to 'chinese/p5-Encode-CNMap')
-rw-r--r-- | chinese/p5-Encode-CNMap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chinese/p5-Encode-CNMap/Makefile b/chinese/p5-Encode-CNMap/Makefile index 416c5196d07c..0d01e2039e9f 100644 --- a/chinese/p5-Encode-CNMap/Makefile +++ b/chinese/p5-Encode-CNMap/Makefile @@ -3,7 +3,7 @@ PORTNAME= Encode-CNMap PORTVERSION= 0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,7 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/CNMap/CNMap.so + .include <bsd.port.mk> |