From de1b752c6ba01426a3716466ed541a6d7360ea97 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 18 Jan 2015 10:35:34 +0000 Subject: - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} --- net/gupnp-igd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 4281619367ff..cd512b16508d 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -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 -- cgit