Tue Jan 14 12:30:24 2020 UTC ()
README.md: missing space


(nia)
diff -r1.1 -r1.2 pkgsrc/README.md

cvs diff -r1.1 -r1.2 pkgsrc/README.md (expand / switch to unified diff)

--- pkgsrc/README.md 2020/01/13 21:05:50 1.1
+++ pkgsrc/README.md 2020/01/14 12:30:23 1.2
@@ -16,27 +16,28 @@ bootstrap: @@ -16,27 +16,28 @@ bootstrap:
16 cd pkgsrc/bootstrap 16 cd pkgsrc/bootstrap
17 ./bootstrap 17 ./bootstrap
18 18
19Note that this is only for the most simple case, using pkgsrc's defaults. 19Note that this is only for the most simple case, using pkgsrc's defaults.
20Please consult `bootstrap/README` and `bootstrap/README.OS` for detailed 20Please consult `bootstrap/README` and `bootstrap/README.OS` for detailed
21information about bootstrapping. 21information about bootstrapping.
22 22
23Building packages 23Building packages
24----------------- 24-----------------
25 25
26 cd pkgsrc/category/package-name 26 cd pkgsrc/category/package-name
27 $PREFIX/bin/bmake install 27 $PREFIX/bin/bmake install
28 28
29Where `$PREFIX` is where you've chosen to install packages (typically`/usr/pkg`) 29Where `$PREFIX` is where you've chosen to install packages
 30(typically `/usr/pkg`)
30 31
31On NetBSD, `bmake` is simply the built-in `make` tool. 32On NetBSD, `bmake` is simply the built-in `make` tool.
32 33
33To build packages in bulk, tools such as `pkgtools/pbulk` and 34To build packages in bulk, tools such as `pkgtools/pbulk` and
34`pkgtools/pkg_comp` can be used. 35`pkgtools/pkg_comp` can be used.
35 36
36Troubleshooting 37Troubleshooting
37--------------- 38---------------
38 39
39- Join the community IRC channel [#pkgsrc @ freenode](https://webchat.freenode.net/?channels=#pkgsrc). 40- Join the community IRC channel [#pkgsrc @ freenode](https://webchat.freenode.net/?channels=#pkgsrc).
40- Subscribe to the [pkgsrc-users](https://netbsd.org/mailinglists/#pkgsrc-users) mailing list 41- Subscribe to the [pkgsrc-users](https://netbsd.org/mailinglists/#pkgsrc-users) mailing list
41- Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd) (use the `pkg` category). 42- Send bugs and patches [via web form](https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd) (use the `pkg` category).
42 43