diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 21:05:36 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-17 21:05:36 +0800 |
commit | 5bd443a6bef7afc83731be7e1e4056e4b0e4fdd0 (patch) | |
tree | f23e891afffe5d1aa6eaa46d5b7345de1bc0265b | |
parent | 5da580b0e9673e898f23b8813abca7a98ecf2659 (diff) | |
download | freebsd-ports-gnome-5bd443a6bef7afc83731be7e1e4056e4b0e4fdd0.tar.gz freebsd-ports-gnome-5bd443a6bef7afc83731be7e1e4056e4b0e4fdd0.tar.zst freebsd-ports-gnome-5bd443a6bef7afc83731be7e1e4056e4b0e4fdd0.zip |
- Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | math/p5-Math-GSL/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index c19e06d10079..8fc269fb7841 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -3,6 +3,7 @@ PORTNAME= Math-GSL PORTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,6 +24,9 @@ TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \ USE_PERL5= modbuild USES= perl5 -BROKEN_sparc64= Does not compile on sparc64 +BROKEN_sparc64= does not compile on sparc64 + +post-install: + ${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/GSL/ -name "*.so" | ${XARGS} -J % ${STRIP_CMD} % .include <bsd.port.mk> |