svn commit: r385885 - head/graphics/Coin

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 12:26:35 UTC 2015


Author: amdmi3
Date: Sat May  9 12:26:34 2015
New Revision: 385885
URL: https://svnweb.freebsd.org/changeset/ports/385885

Log:
  - Strip library

Modified:
  head/graphics/Coin/Makefile

Modified: head/graphics/Coin/Makefile
==============================================================================
--- head/graphics/Coin/Makefile	Sat May  9 12:26:27 2015	(r385884)
+++ head/graphics/Coin/Makefile	Sat May  9 12:26:34 2015	(r385885)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Coin
 PORTVERSION=	3.1.3
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
 
@@ -24,6 +24,7 @@ CONFIGURE_ARGS=	--with-pthread=yes --ena
 		--enable-javascript-api --enable-debug=no
 USE_LDCONFIG=	yes
 MAKE_ENV=	LANG=C
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|DATA install-data-local|DATA|g' \


More information about the svn-ports-all mailing list