diff options
author | agc <agc> | 2002-05-07 17:52:18 +0000 |
---|---|---|
committer | agc <agc> | 2002-05-07 17:52:18 +0000 |
commit | ad8d87a86f18e3e6ecea5a97bf4cd26a2e5b4b2b (patch) | |
tree | af565b354ba217905283042d4cd7bc9b0aabb375 | |
parent | d286256980029396d370f3d2b73b53106292a389 (diff) | |
download | pkgsrc-ad8d87a86f18e3e6ecea5a97bf4cd26a2e5b4b2b.tar.gz |
Remove some definitions which were committed before their time.
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 19 |
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. |