From f63908c5388ddcc6c37a1743cd239788a9a42ce4 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 1 Oct 2015 14:08:47 +0000 Subject: net-mgmt/wifimgr: Partially revert last to restore build on DF The previous commit cleaned up a bit too much. The MAKE_ENV was guarded as FreeBSD-only and that guard was stripped out with the cleanup. Return the guard back but without the now-unncessary OPSYS check. This restores the build on DragonFly. --- net-mgmt/wifimgr/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'net-mgmt/wifimgr') 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 + +.if ${OPSYS} == FreeBSD +MAKE_ENV= INSTALL="install -U" +.endif + .include -- cgit v1.2.3