summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-27 20:57:34 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-27 20:57:34 +0000
commit885b78961fd92f1a8ec22efbbd0fa421dca3696d (patch)
treefbee96bae3cbb69f4890fec3b6a6dd314dd5c39a /mk
parent7517e185e2eee6367881750bc740dd44e5fcd7b4 (diff)
downloadpkgsrc-885b78961fd92f1a8ec22efbbd0fa421dca3696d.tar.gz
Allow mk.conf to actually overwrite USE_PKG_ADMIN_DIGEST.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 03473ab6dd3..23394d077a1 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -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 @@ USE_CWRAPPERS?= auto
# 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