Tue Jan 29 03:11:03 2019 UTC ()
README: minor grammatical fix


(gutteridge)
diff -r1.20 -r1.21 pkgsrc/README

cvs diff -r1.20 -r1.21 pkgsrc/Attic/README (expand / switch to unified diff)

--- pkgsrc/Attic/README 2018/10/09 22:55:48 1.20
+++ pkgsrc/Attic/README 2019/01/29 03:11:03 1.21
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $ 1$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $
2 2
3pkgsrc is a framework for building software on UNIX-like systems. 3pkgsrc is a framework for building software on UNIX-like systems.
4 4
5To use, bootstrap using: 5To use, bootstrap using:
6 cd pkgsrc/bootstrap/ 6 cd pkgsrc/bootstrap/
7 ./bootstrap 7 ./bootstrap
8 8
9build packages, use: 9build packages, use:
10 cd pkgsrc/category/package-name 10 cd pkgsrc/category/package-name
11 $PREFIX/bin/bmake install 11 $PREFIX/bin/bmake install
12 12
13Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) 13Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
14 14
15Bugs and patches can be filed in the follow link (use category 'pkg'): 15Bugs and patches can be filed in the following link (use category 'pkg'):
16https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd 16https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
17 17
18To fetch the main CVS repository: 18To fetch the main CVS repository:
19 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc 19 cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc
20 20
21It's also possible to contribute through pkgsrc wip (work in progress), for 21It's also possible to contribute through pkgsrc wip (work in progress), for
22more information, see http://pkgsrc.org/wip/users/ 22more information, see http://pkgsrc.org/wip/users/
23 23
24Please see doc/pkgsrc.txt for information. 24Please see doc/pkgsrc.txt for information.