diff options
author | agc <agc@pkgsrc.org> | 2002-05-07 17:52:18 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-05-07 17:52:18 +0000 |
commit | c7ca2ee3fbef4d32e38c18bd4bb23cacacedf723 (patch) | |
tree | af565b354ba217905283042d4cd7bc9b0aabb375 | |
parent | f5fed227679219fafd5cdf193c9345fb7879b455 (diff) | |
download | pkgsrc-c7ca2ee3fbef4d32e38c18bd4bb23cacacedf723.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. |