Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 10:35:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377308 - head/net/gupnp-ui
Message-ID:  <201501181035.t0IAZdjX048491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501181035.t0IAZdjX048491>