summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-10 12:28:49 +0000
committerwiz <wiz@pkgsrc.org>2014-12-10 12:28:49 +0000
commit52dfe248f9fc1063576125a1fa90c74247fc8bfd (patch)
treeaf309813d7f6eba2e87ffc7c4edf1d526b5af95d /mk
parentb172c35d5cfbcd11aea8b0d17c36d451bd34aa2a (diff)
downloadpkgsrc-52dfe248f9fc1063576125a1fa90c74247fc8bfd.tar.gz
Revert unintended commit.
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 45d80d47d75..95c1b821de0 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.250 2014/12/10 12:27:35 wiz Exp $
+# $NetBSD: mk.conf,v 1.251 2014/12/10 12:28:49 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -398,6 +398,12 @@ LIBTOOLIZE_PLIST?= yes
# Possible: yes, no
# Default: yes
+PKG_INSTALLATION_PREFS?= overwrite pkgviews
+# This is a whitespace-separated list of installation types to try when
+# building a package, in order of preference.
+# Possible: any of: overwrite, pkgviews
+# Default: overwrite pkgviews
+
PKG_RESUME_TRANSFERS?= NO
# Used in pkgsrc to resume transfers, if enabled the whole file won't be
# downloaded from scratch again.