svn commit: r331581 - head/net/gupnp-igd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 25 13:36:29 UTC 2013


Author: sunpoet
Date: Fri Oct 25 13:36:29 2013
New Revision: 331581
URL: http://svnweb.freebsd.org/changeset/ports/331581

Log:
  - Strip shared library

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Fri Oct 25 13:36:24 2013	(r331580)
+++ head/net/gupnp-igd/Makefile	Fri Oct 25 13:36:29 2013	(r331581)
@@ -19,6 +19,7 @@ RUN_DEPENDS=	gupnp>=0.18:${PORTSDIR}/net
 
 CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
+MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list