Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 10:35:30 +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: r377306 - head/net/gupnp-av
Message-ID:  <201501181035.t0IAZU3S048264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 18 10:35:29 2015
New Revision: 377306
URL: https://svnweb.freebsd.org/changeset/ports/377306
QAT: https://qat.redports.org/buildarchive/r377306/

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

Modified:
  head/net/gupnp-av/Makefile

Modified: head/net/gupnp-av/Makefile
==============================================================================
--- head/net/gupnp-av/Makefile	Sun Jan 18 10:35:25 2015	(r377305)
+++ head/net/gupnp-av/Makefile	Sun Jan 18 10:35:29 2015	(r377306)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	gupnp>=0.19.0:${PORTSDIR}/n
 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
 USES=		gmake libtool pathfix pkgconfig tar:xz



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