summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-05-20 01:58:19 +0000
committerhubertf <hubertf@pkgsrc.org>2001-05-20 01:58:19 +0000
commit765504717b4834b42096d926ae18a9fbdce13bf3 (patch)
tree12fa91bfd31708274f03d04041570560cbd316f8 /mk/mk.conf.example
parentebe9b8274a038e4934cbd1bc05cc1b7f31bc127e (diff)
downloadpkgsrc-765504717b4834b42096d926ae18a9fbdce13bf3.tar.gz
make the bin-install target look at some FTP servers (stored in
BINPKG_SITES). As discussed on tech-pkg.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example16
1 files changed, 15 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index d5706ca2523..01c6ad116d8 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.210 2001/05/18 06:01:35 jlam Exp $
+# $NetBSD: mk.conf.example,v 1.211 2001/05/20 01:58:21 hubertf Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -283,6 +283,20 @@
# Possible: defined, not defined
# Default: not defined
+#BINPKG_SITE=...
+# Whitespace seperated list of URLs for binary packages. Directories
+# "All" etc. are expected in the named place, variables "rel" and
+# "arch" are replaced with OS release ("1.5", ...) and architecture
+# ("mipsel", ...)
+# Possible: any ftp url, see above.
+# Default: ftp://ftp.netbsd.org/pub/NetBSD/packages/$${rel}/$${arch}
+
+#BIN_INSTALL_FLAGS=
+# List of flags passed to pkg_add(8) in the bin_install package.
+# Possible: -v, -u, etc. See pkg_add(8)
+# Default: (no option)
+
+
#
# Definitions used only in the packages collection
#