pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Allow mk.conf to actually overwrite USE_PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89735bb37dd8
branches:  trunk
changeset: 426208:89735bb37dd8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Mar 27 20:57:34 2020 +0000

description:
Allow mk.conf to actually overwrite USE_PKG_ADMIN_DIGEST.

diffstat:

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

diffs (18 lines):

diff -r ee4841035c8b -r 89735bb37dd8 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Fri Mar 27 20:57:11 2020 +0000
+++ b/mk/defaults/mk.conf       Fri Mar 27 20:57:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.307 2020/03/12 16:57:23 gdt Exp $
+# $NetBSD: mk.conf,v 1.308 2020/03/27 20:57:34 joerg Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -22,7 +22,7 @@
 # Possible: yes, no, auto
 # Default: auto (automatic detection, see above)
 
-USE_PKG_ADMIN_DIGEST=  no
+USE_PKG_ADMIN_DIGEST?= no
 # Record file digests instead of extracing the NetBSD RCS ID from files.
 #
 # Possible: yes, no



Home | Main Index | Thread Index | Old Index