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 | a23e35a0895ce703fa027c1422ba1a1370fbe7c5 (patch) | |
tree | 22831bf557fe3dd29bf52b33ab096a23c8ae3bf8 /doc | |
parent | bcf265919db5683bb97f6ef3e0cbcff40041d0df (diff) | |
download | pkgsrc-a23e35a0895ce703fa027c1422ba1a1370fbe7c5.tar.gz |
Correct variable for binary packages. s/BINPKG_SITE/&S/
Partially addresses PR#28760
Diffstat (limited to 'doc')
-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> |