summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-13 21:05:50 +0000
committernia <nia@pkgsrc.org>2020-01-13 21:05:50 +0000
commit54c477aa42be5bc3dcf7af96e8df49c49d19d099 (patch)
treec9e8de47561219c085820ce3fd5ff26b42721524 /README
parent9e24f3454d6427d24beee4beef3349d10a1f2e65 (diff)
downloadpkgsrc-54c477aa42be5bc3dcf7af96e8df49c49d19d099.tar.gz
Markdownify README.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 0 insertions, 24 deletions
diff --git a/README b/README
deleted file mode 100644
index 54662799e5a..00000000000
--- a/README
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: README,v 1.21 2019/01/29 03:11:03 gutteridge Exp $
-
-pkgsrc is a framework for building software on UNIX-like systems.
-
-To use, bootstrap using:
- cd pkgsrc/bootstrap/
- ./bootstrap
-
-build packages, use:
- cd pkgsrc/category/package-name
- $PREFIX/bin/bmake install
-
-Where $PREFIX is where you've chosen to install packages (typically /usr/pkg)
-
-Bugs and patches can be filed in the following link (use category 'pkg'):
-https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd
-
-To fetch the main CVS repository:
- cvs -d anoncvs@anoncvs.NetBSD.org:/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/
-
-Please see doc/pkgsrc.txt for information.