pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk undefined PKGSRC_KEEP_BIN_PKGS must not be evaluate...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/facabdb41cc4
branches:  trunk
changeset: 642907:facabdb41cc4
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Dec 07 06:22:52 2014 +0000

description:
undefined PKGSRC_KEEP_BIN_PKGS must not be evaluated unconditionally.

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0827d89a210 -r facabdb41cc4 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Dec 07 05:10:43 2014 +0000
+++ b/mk/bsd.prefs.mk   Sun Dec 07 06:22:52 2014 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index