diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 14:43:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 14:43:37 +0000 |
commit | f32dead653e7463dd1e665fd90ef2b0e500f6c2e (patch) | |
tree | a08ec573601f4ab2567f31ff9e46c9e638823490 /science/simlib | |
parent | 08269aede710e38231d25327948c5d69c2f0d533 (diff) |
Notes
Diffstat (limited to 'science/simlib')
-rw-r--r-- | science/simlib/Makefile | 4 |
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> |