diff --git a/textproc/p5-Text-CharWidth/Makefile b/textproc/p5-Text-CharWidth/Makefile index 415d3761b662..c5b785a16c84 100644 --- a/textproc/p5-Text-CharWidth/Makefile +++ b/textproc/p5-Text-CharWidth/Makefile @@ -1,19 +1,22 @@ # Created by: chinsan PORTNAME= Text-CharWidth DISTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Get number of occupied columns of a string on terminal LICENSE= ART10 GPLv1+ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so + .include diff --git a/textproc/p5-Text-CharWidth/pkg-plist b/textproc/p5-Text-CharWidth/pkg-plist index 8650a5e62e0c..c0ebb65964d9 100644 --- a/textproc/p5-Text-CharWidth/pkg-plist +++ b/textproc/p5-Text-CharWidth/pkg-plist @@ -1,3 +1,3 @@ -%%PERL5_MAN3%%/Text::CharWidth.3.gz %%SITE_ARCH%%/Text/CharWidth.pm %%SITE_ARCH%%/auto/Text/CharWidth/CharWidth.so +%%PERL5_MAN3%%/Text::CharWidth.3.gz