diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:03:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 13:03:49 +0000 |
commit | d94ddc92199d91521a99753eb698151359b9414c (patch) | |
tree | b43e15931d53a32c118bc0bfc1bed8d1bea64dd4 /chinese | |
parent | b2965ddc1ee1e74ccd9c8195aee81a880cfd3330 (diff) | |
download | ports-d94ddc92199d91521a99753eb698151359b9414c.tar.gz ports-d94ddc92199d91521a99753eb698151359b9414c.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/p5-cconv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chinese/p5-cconv/Makefile b/chinese/p5-cconv/Makefile index 5051944c0e56..282b4049ea2d 100644 --- a/chinese/p5-cconv/Makefile +++ b/chinese/p5-cconv/Makefile @@ -4,7 +4,7 @@ PORTNAME= cconv PORTVERSION= 0.6.1 DISTVERSIONPREFIX= perl- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese converters perl5 MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= p5- @@ -20,4 +20,7 @@ CFLAGS+= -I${LOCALBASE}/include USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/cconv/cconv.so + .include <bsd.port.mk> |