diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 22:43:37 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-17 22:43:37 +0800 |
commit | 4b87e264e4dafd5bcc31a3a0865c9d5c6f690a7e (patch) | |
tree | a08ec573601f4ab2567f31ff9e46c9e638823490 /science | |
parent | a7b8a475b266eb27062d758e2517a1a052611320 (diff) | |
download | freebsd-ports-gnome-4b87e264e4dafd5bcc31a3a0865c9d5c6f690a7e.tar.gz freebsd-ports-gnome-4b87e264e4dafd5bcc31a3a0865c9d5c6f690a7e.tar.zst freebsd-ports-gnome-4b87e264e4dafd5bcc31a3a0865c9d5c6f690a7e.zip |
- Strip library
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> |