diff options
Diffstat (limited to 'science')
-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> |