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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 10:35:35 UTC 2015


Author: sunpoet
Date: Sun Jan 18 10:35:34 2015
New Revision: 377307
URL: https://svnweb.freebsd.org/changeset/ports/377307
QAT: https://qat.redports.org/buildarchive/r377307/

Log:
  - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}

Modified:
  head/net/gupnp-igd/Makefile

Modified: head/net/gupnp-igd/Makefile
==============================================================================
--- head/net/gupnp-igd/Makefile	Sun Jan 18 10:35:29 2015	(r377306)
+++ head/net/gupnp-igd/Makefile	Sun Jan 18 10:35:34 2015	(r377307)
@@ -23,7 +23,7 @@ OPTIONS_SUB=	yes
 
 CONFIGURE_ARGS=	--enable-introspection=yes
 GNU_CONFIGURE=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+INSTALL_TARGET=	install-strip
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig tar:xz


More information about the svn-ports-all mailing list