diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:03:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-17 21:03:49 +0800 |
commit | 33f03954f8d1fecb9770f15a42f5efe194e6e598 (patch) | |
tree | b43e15931d53a32c118bc0bfc1bed8d1bea64dd4 /chinese | |
parent | df35c4f08650ff29281bc079b0877da07d257ac4 (diff) | |
download | freebsd-ports-gnome-33f03954f8d1fecb9770f15a42f5efe194e6e598.tar.gz freebsd-ports-gnome-33f03954f8d1fecb9770f15a42f5efe194e6e598.tar.zst freebsd-ports-gnome-33f03954f8d1fecb9770f15a42f5efe194e6e598.zip |
- Strip shared library
- Bump PORTREVISION for package change
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> |