summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:03:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-17 13:03:49 +0000
commitd94ddc92199d91521a99753eb698151359b9414c (patch)
treeb43e15931d53a32c118bc0bfc1bed8d1bea64dd4 /chinese
parent- Strip shared library (diff)
- Strip shared library
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=394464
Diffstat (limited to 'chinese')
-rw-r--r--chinese/p5-cconv/Makefile5
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>