Date: Sun, 17 May 2015 14:43:38 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386616 - head/science/simlib Message-ID: <201505171443.t4HEhcMA021600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun May 17 14:43:37 2015 New Revision: 386616 URL: https://svnweb.freebsd.org/changeset/ports/386616 Log: - Strip library Modified: head/science/simlib/Makefile Modified: head/science/simlib/Makefile ============================================================================== --- head/science/simlib/Makefile Sun May 17 14:29:09 2015 (r386615) +++ head/science/simlib/Makefile Sun May 17 14:43:37 2015 (r386616) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171443.t4HEhcMA021600>