summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-10 09:48:04 +0000
committerrillig <rillig>2005-11-10 09:48:04 +0000
commitcd15ec6705beff0550d19eb834556392d6b77267 (patch)
tree66d690dfc52cbca02cd461fac959298933fd6607 /mk/defaults
parent1b62d17c7cb974e4ace81cb8f7c7079596d3d6e4 (diff)
downloadpkgsrc-cd15ec6705beff0550d19eb834556392d6b77267.tar.gz
Moved the PKG_INSTALLATION_TYPES variable from defaults/mk.conf to
bsd.prefs.mk as it is not intended to be set in mk.conf.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf12
1 files changed, 1 insertions, 11 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index b38c5adca69..cbcc6c04e99 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.85 2005/11/09 01:06:48 reed Exp $
+# $NetBSD: mk.conf,v 1.86 2005/11/10 09:48:04 rillig Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1491,16 +1491,6 @@ PILRC_USE_GTK?= YES
# Possible: YES, NO
# Default: YES
-PKG_INSTALLATION_TYPES?= overwrite
-# This is a whitespace-separated list of installation types supported
-# by the package.
-#
-# *NOTE*: This variable *must* be set in the package Makefile *before*
-# the inclusion of bsd.prefs.mk.
-#
-# Possible: any of: overwrite, pkgviews
-# Default: overwrite
-
#PKG_JVM=
# Used to choose a java virtual machine for packages which use Java.
# ${JAVA_HOME} will be set based on this choice, if unset