pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct  9 22:55:48 UTC 2018

Modified Files:
        pkgsrc: README

Log Message:
Don't prefix commands by a shell prompt, so they're slightly easier to copy.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/README

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/README
diff -u pkgsrc/README:1.19 pkgsrc/README:1.20
--- pkgsrc/README:1.19  Thu Mar  2 09:51:35 2017
+++ pkgsrc/README       Tue Oct  9 22:55:48 2018
@@ -1,14 +1,14 @@
-$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $
+$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $
 
 pkgsrc is a framework for building software on UNIX-like systems.
 
 To use, bootstrap using:
-% cd pkgsrc/bootstrap/
-% ./bootstrap
+    cd pkgsrc/bootstrap/
+    ./bootstrap
 
 build packages, use:
-% cd pkgsrc/category/package-name
-% $PREFIX/bin/bmake install
+    cd pkgsrc/category/package-name
+    $PREFIX/bin/bmake install
 
 Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
 
@@ -16,7 +16,7 @@ Bugs and patches can be filed in the fol
 https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
 
 To fetch the main CVS repository:
-% cvs -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc
+    cvs -d anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot checkout -P pkgsrc
 
 It's also possible to contribute through pkgsrc wip (work in progress), for
 more information, see http://pkgsrc.org/wip/users/



Home | Main Index | Thread Index | Old Index