Date: Sat, 9 May 2015 12:26:35 +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: r385885 - head/graphics/Coin Message-ID: <201505091226.t49CQZEv062020@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505091226.t49CQZEv062020>