summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.defaults.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r--mk/bsd.pkg.defaults.mk19
1 files changed, 1 insertions, 18 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index 68906688404..ca1fb614ed8 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.58 2002/05/07 17:50:38 agc Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.59 2002/05/07 17:52:18 agc Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -49,23 +49,6 @@ PKGSRC_SLEEPSECS?= 5
# Possible: a positive integer
# Default: 5
-PKGSRC_USE_REPLACE?= no
-# When building and installing pre-requisite packages, determine if the
-# experimental "replace" target should be used.
-# Possible: yes, no
-# Default: no
-
-PKG_VIEWS?= no
-# Use package views - i.e. a layer of indirection, and a number of symlinks
-# to point to the real location of the package
-# Possible: yes, no
-# Default: no
-
-INSTALLATION_TYPE?= overwrite
-# Use overwrite installations, or stage them in a working area
-# Possible: overwrite, staged
-# Default: overwrite
-
#USETBL=
# Run raw manual pages through tbl(1) before piping through troff(1)
# when formatting manual pages.