diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:34 +0800 |
commit | de1b752c6ba01426a3716466ed541a6d7360ea97 (patch) | |
tree | 167cfbfb31ab040309b78177371a193e01d4e185 | |
parent | b315eef79837366612ca9e4249bd3e4b9886f50d (diff) | |
download | freebsd-ports-gnome-de1b752c6ba01426a3716466ed541a6d7360ea97.tar.gz freebsd-ports-gnome-de1b752c6ba01426a3716466ed541a6d7360ea97.tar.zst freebsd-ports-gnome-de1b752c6ba01426a3716466ed541a6d7360ea97.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
-rw-r--r-- | net/gupnp-igd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |