svn commit: r377308 - head/net/gupnp-ui

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


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

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

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Sun Jan 18 10:35:34 2015	(r377307)
+++ head/net/gupnp-ui/Makefile	Sun Jan 18 10:35:38 2015	(r377308)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgupnp-1.0.so:${PORTSDIR}
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 GNU_CONFIGURE=	yes
-MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
+INSTALL_TARGET=	install-strip
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 USES=		libtool pathfix pkgconfig python


More information about the svn-ports-all mailing list