aboutsummaryrefslogtreecommitdiff
path: root/science/simlib
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-17 14:43:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-17 14:43:37 +0000
commitf32dead653e7463dd1e665fd90ef2b0e500f6c2e (patch)
treea08ec573601f4ab2567f31ff9e46c9e638823490 /science/simlib
parent08269aede710e38231d25327948c5d69c2f0d533 (diff)
downloadports-f32dead653e7463dd1e665fd90ef2b0e500f6c2e.tar.gz
ports-f32dead653e7463dd1e665fd90ef2b0e500f6c2e.zip
- Strip library
Notes
Notes: svn path=/head/; revision=386616
Diffstat (limited to 'science/simlib')
-rw-r--r--science/simlib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile
index f9964b21e0f9..d780c19f9231 100644
--- a/science/simlib/Makefile
+++ b/science/simlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= simlib
PORTVERSION= 3.02
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/
DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030
@@ -31,4 +32,7 @@ post-patch:
@${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile
@${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsimlib.so
+
.include <bsd.port.mk>