diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-09 14:41:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-09 14:41:24 +0000 |
commit | cd589869fd98fe393f8929a61be80b18a9319a0a (patch) | |
tree | 7e3ea22661f35cd4aeb4cb5f08d413560998d32e | |
parent | 6b6b4b5f3856e67f4a62294532b2d2aaea1316eb (diff) | |
download | freebsd-ports-cd589869fd98fe393f8929a61be80b18a9319a0a.zip |
Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | devel/p5-IO-Tty/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-IO-Tty/Makefile b/devel/p5-IO-Tty/Makefile index c9574b14fb6f..e747f39c7feb 100644 --- a/devel/p5-IO-Tty/Makefile +++ b/devel/p5-IO-Tty/Makefile @@ -3,7 +3,7 @@ PORTNAME= IO-Tty PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/Tty/Tty.so + .include <bsd.port.mk> |