svn commit: r377305 - head/net/gupnp

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


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

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

Modified:
  head/net/gupnp/Makefile

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sun Jan 18 10:35:20 2015	(r377304)
+++ head/net/gupnp/Makefile	Sun Jan 18 10:35:25 2015	(r377305)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgssdp-1.0.so:${PORTSDIR}
 CONFIGURE_ARGS=	--enable-introspection=yes
 CONFIGURE_ENV=	VAPIGEN="" ac_cv_path_VAPIGEN=""
 GNU_CONFIGURE=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+INSTALL_TARGET=	install-strip
 USE_GNOME=	glib20 introspection:build
 USE_LDCONFIG=	yes
 USE_CSTD=	c11


More information about the svn-ports-all mailing list