summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-27 08:29:45 +0000
committerwiz <wiz@pkgsrc.org>2014-07-27 08:29:45 +0000
commit0a9778807922e8fea0c1478058fd623128e2e1e4 (patch)
tree38748807b6f64355052ff5a42e0f1eaa6628df4e /doc/pkgsrc.txt
parente8ed915e164c07bd107ce749e4a71d02020f980f (diff)
downloadpkgsrc-0a9778807922e8fea0c1478058fd623128e2e1e4.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 75da3d11600..363cf51e801 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -2232,9 +2232,9 @@ Create user with name "pbulk".
Fetch and extract pkgsrc. Use a command like one of these:
-# (cd /usr && ftp -o - http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz | tar -zxf-)
-# (cd /usr && fetch -o - http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc.tar.gz | tar -zxf-)
-# (cd /usr && cvs -Q -z3 -d anoncvs@anoncvs.netbsd.org:/cvsroot get -P pkgsrc)
+# (cd /usr && ftp -o - http://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz | tar -zxf-)
+# (cd /usr && fetch -o - http://ftp.NetBSD.org/pub/pkgsrc/current/pkgsrc.tar.gz | tar -zxf-)
+# (cd /usr && cvs -Q -z3 -d anoncvs@anoncvs.NetBSD.org:/cvsroot get -P pkgsrc)
Or any other way that fits (e.g., curl, wget).