aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-01-23 23:15:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-01-23 23:15:32 +0800
commit6c53e821544a1a856ae4b345b2a16b76052e1898 (patch)
treeb4eff436f0a3db573c6d522cfde53ead53749ac6 /math
parent24e2e20d54aa2c394bbd7b9e87add3756a4234ea (diff)
downloadfreebsd-ports-gnome-6c53e821544a1a856ae4b345b2a16b76052e1898.tar.gz
freebsd-ports-gnome-6c53e821544a1a856ae4b345b2a16b76052e1898.tar.zst
freebsd-ports-gnome-6c53e821544a1a856ae4b345b2a16b76052e1898.zip
- Strip shared library
- Bump PORTREVISION for package change
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Random-ISAAC-XS/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/p5-Math-Random-ISAAC-XS/Makefile b/math/p5-Math-Random-ISAAC-XS/Makefile
index ad4593eb6d63..b5075ae74132 100644
--- a/math/p5-Math-Random-ISAAC-XS/Makefile
+++ b/math/p5-Math-Random-ISAAC-XS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Math-Random-ISAAC-XS
PORTVERSION= 1.004
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JAWNSY
@@ -17,4 +17,7 @@ TEST_DEPENDS= p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings
USES= perl5
USE_PERL5= modbuild
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Random/ISAAC/XS/XS.so
+
.include <bsd.port.mk>