svn commit: r386616 - head/science/simlib

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 17 14:43:38 UTC 2015


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>


More information about the svn-ports-all mailing list