From 9442557fb33098a39e4c3da9b388733223576218 Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 7 Dec 2014 06:22:52 +0000 Subject: undefined PKGSRC_KEEP_BIN_PKGS must not be evaluated unconditionally. --- mk/bsd.prefs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index bfdd1e93f16..bcd1ae66082 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.351 2014/12/06 23:28:18 agc Exp $ +# $NetBSD: bsd.prefs.mk,v 1.352 2014/12/07 06:22:52 obache Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -529,7 +529,7 @@ DESTDIR= # default is no (to preserve settings since 2013/05/23, prior to that it # was yes) _KEEP_BIN_PKGS?= no -.if !empty(PKGSRC_KEEP_BIN_PKGS:M[Yy][Ee][Ss]) +.if !empty(PKGSRC_KEEP_BIN_PKGS:U:M[Yy][Ee][Ss]) _KEEP_BIN_PKGS= yes .endif -- cgit v1.2.3