Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-09 14:41:24 +00:00
parent 6b6b4b5f38
commit cd589869fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430955

View file

@ -3,7 +3,7 @@
PORTNAME= IO-Tty PORTNAME= IO-Tty
PORTVERSION= 1.12 PORTVERSION= 1.12
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= devel perl5 CATEGORIES= devel perl5
MASTER_SITES= CPAN MASTER_SITES= CPAN
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
@ -17,4 +17,7 @@ LICENSE_COMB= dual
USES= perl5 USES= perl5
USE_PERL5= configure USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IO/Tty/Tty.so
.include <bsd.port.mk> .include <bsd.port.mk>