aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 18:26:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-01-23 19:09:45 +0000
commite551a072573709b1e61f3dbf5a03f50b0a7c86b5 (patch)
treefe4012a3b1be9ef2c22868764665b7d4b4092a79
parent4e601489f1f58856908cb91ecd03ad2f55ffab21 (diff)
downloadports-e551a072573709b1e61f3dbf5a03f50b0a7c86b5.tar.gz
ports-e551a072573709b1e61f3dbf5a03f50b0a7c86b5.zip
textproc/p5-Text-CharWidth: Strip shared library
- Sort PLIST - Bump PORTREVISION for package change
-rw-r--r--textproc/p5-Text-CharWidth/Makefile5
-rw-r--r--textproc/p5-Text-CharWidth/pkg-plist2
2 files changed, 5 insertions, 2 deletions
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
@@ -2,7 +2,7 @@
PORTNAME= Text-CharWidth
DISTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,4 +16,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+
.include <bsd.port.mk>
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