aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-10-01 14:08:47 +0000
committerJohn Marino <marino@FreeBSD.org>2015-10-01 14:08:47 +0000
commitf63908c5388ddcc6c37a1743cd239788a9a42ce4 (patch)
tree84c1659eef19b405b9acee2abc313498aa991c88 /net-mgmt
parent3685d10ce4baaea4cda0e1d48e5a9069ac5976dd (diff)
downloadports-f63908c5388ddcc6c37a1743cd239788a9a42ce4.tar.gz
ports-f63908c5388ddcc6c37a1743cd239788a9a42ce4.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wifimgr/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/wifimgr/Makefile b/net-mgmt/wifimgr/Makefile
index 272710dc54b6..b3fed5f667f5 100644
--- a/net-mgmt/wifimgr/Makefile
+++ b/net-mgmt/wifimgr/Makefile
@@ -18,7 +18,6 @@ USES= desktop-file-utils pkgconfig tar:bzip2
USE_XORG= x11
USE_GNOME= gtk20
INSTALLS_ICONS= yes
-MAKE_ENV= INSTALL="install -U"
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
@@ -27,4 +26,10 @@ NLS_USES= gettext pkgconfig
NLS_CFLAGS_OFF= -DWITHOUT_NLS
NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD
+MAKE_ENV= INSTALL="install -U"
+.endif
+
.include <bsd.port.mk>