aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-15 20:09:27 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-08-15 20:09:27 +0800
commit6d974c62392d49dbc058482eace9a96c27f571c9 (patch)
tree66a8c78c7a7e50a3f7b021a48ae60d41cee4033d /textproc
parentc06dda39191ab38274eba89f6898c1054fef4c41 (diff)
downloadfreebsd-ports-gnome-6d974c62392d49dbc058482eace9a96c27f571c9.tar.gz
freebsd-ports-gnome-6d974c62392d49dbc058482eace9a96c27f571c9.tar.zst
freebsd-ports-gnome-6d974c62392d49dbc058482eace9a96c27f571c9.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Prefix-XS/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile
index bc965d4c9d97..57d6268b5b4f 100644
--- a/textproc/p5-Text-Prefix-XS/Makefile
+++ b/textproc/p5-Text-Prefix-XS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Text-Prefix-XS
PORTVERSION= 0.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,8 +18,12 @@ BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep
-SHEBANG_FILES= trie.pl
USE_PERL5= configure
USES= perl5 shebangfix
+SHEBANG_FILES= trie.pl
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Prefix/XS/XS.so
+
.include <bsd.port.mk>