diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:38 +0000 |
commit | 6448d2909f6bee4565c4275683efb4c738a8407e (patch) | |
tree | 7d65d8c4a006b3adfcb3c276e141b1d565f79836 /net/gupnp-ui | |
parent | 328abebffcdebd8e1c254099bdb59fbd01a39eb4 (diff) | |
download | freebsd-ports-6448d2909f6bee4565c4275683efb4c738a8407e.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index f4a12dcbde68..31e6ed96da4a 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \ 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 |