aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-04 17:42:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-04 17:42:51 +0800
commit6491f8197d6bb15fab267449d864f07ba49cafd5 (patch)
tree7273d36ec3cea43113adb8b2d13e6984da2c7645 /math
parent6cb75041a28601bd35150063dcb12ee5f7df2205 (diff)
downloadfreebsd-ports-gnome-6491f8197d6bb15fab267449d864f07ba49cafd5.tar.gz
freebsd-ports-gnome-6491f8197d6bb15fab267449d864f07ba49cafd5.tar.zst
freebsd-ports-gnome-6491f8197d6bb15fab267449d864f07ba49cafd5.zip
- Strip libraries
Diffstat (limited to 'math')
-rw-r--r--math/spar/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/math/spar/Makefile b/math/spar/Makefile
index 74c3f683a16b..d745290eee81 100644
--- a/math/spar/Makefile
+++ b/math/spar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spar
PORTVERSION= 0.5.10
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math devel
MASTER_SITES= SF/${PORTNAME}/Spar/${PORTVERSION}
@@ -19,4 +19,8 @@ post-patch:
@${REINPLACE_CMD} -e "s,-ldl,,g" \
${WRKSRC}/lib/Makefile.in ${WRKSRC}/lib/module/Makefile.in
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/spar/*.so
+
.include <bsd.port.mk>