diff options
author | ben <ben@pkgsrc.org> | 2004-12-23 18:50:23 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-12-23 18:50:23 +0000 |
commit | af3441cb74ca62718462eceea241427ebed57dd4 (patch) | |
tree | 22831bf557fe3dd29bf52b33ab096a23c8ae3bf8 | |
parent | 54587fc76b08d4e945a38a4de8190425f304bea3 (diff) | |
download | pkgsrc-af3441cb74ca62718462eceea241427ebed57dd4.tar.gz |
Correct variable for binary packages. s/BINPKG_SITE/&S/
Partially addresses PR#28760
-rw-r--r-- | doc/guide/files/using.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml index b1517248b86..7158a54aa8f 100644 --- a/doc/guide/files/using.xml +++ b/doc/guide/files/using.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: using.xml,v 1.2 2004/12/01 09:52:59 wiz Exp $ --> +<!-- $NetBSD: using.xml,v 1.3 2004/12/23 18:50:23 ben Exp $ --> <chapter id="using"> <?dbhtml filename="using.html"?> <title>Using pkgsrc</title> @@ -202,7 +202,7 @@ &man.pkg.add.1;, else do a <command>make package</command>. The list of remote FTP sites searched is kept in the variable - <varname>BINPKG_SITE</varname>, which defaults to + <varname>BINPKG_SITES</varname>, which defaults to ftp.NetBSD.org. Any flags that should be added to &man.pkg.add.1; can be put into <varname>BIN_INSTALL_FLAGS</varname>. See <filename>pkgsrc/mk/bsd.pkg.defaults.mk</filename> for more details.</para> |