diff options
author | agc <agc@pkgsrc.org> | 2002-05-07 17:50:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-05-07 17:50:38 +0000 |
commit | f5fed227679219fafd5cdf193c9345fb7879b455 (patch) | |
tree | 3346161c544fdebbfa513308d1c024bff9f2c989 /mk/bsd.pkg.defaults.mk | |
parent | b4d74e4bef010b101b5e4f8388b849effd248fd3 (diff) | |
download | pkgsrc-f5fed227679219fafd5cdf193c9345fb7879b455.tar.gz |
Sourceforge seem to have implemented a new policy, whereby an http
request to the prdownloads.sourceforge.net site, which used to return
the distfile, now returns 8KB (roughly) of html, including
advertisements, and a link to the real distfile.
Delete prdownloads from the MASTER_SITE_SOURCEFORGE list (sadly,
because it seemed to be the quickest way to download files from
sourceforge).
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index bbc312402f3..68906688404 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.57 2002/05/05 17:52:24 kei Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.58 2002/05/07 17:50:38 agc Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -49,6 +49,23 @@ 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. |