summaryrefslogtreecommitdiffstats
path: root/index.sgml
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 10:13:45 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-28 10:13:45 +0000
commit35834c00fc0366416eaf6d6b3b99aa36bf2c2927 (patch)
treeed484e45bc400a6f16532168de5cbf8fa31c34f5 /index.sgml
parentdfa0a863c6abd87a8b9c7c9b1b1a91d8d6885915 (diff)
downloadmandoc-35834c00fc0366416eaf6d6b3b99aa36bf2c2927.tar.gz
Finalised index.sgml for NetBSD pkgsrc.
Diffstat (limited to 'index.sgml')
-rw-r--r--index.sgml28
1 files changed, 23 insertions, 5 deletions
diff --git a/index.sgml b/index.sgml
index 2037d9da..dc413da4 100644
--- a/index.sgml
+++ b/index.sgml
@@ -102,15 +102,20 @@
</p>
<h2>
- Snapshot port
+ Snapshot port/pkgsrc
</h2>
<p>
- The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not
- yet available). These may be found in the <a href="/ports-openbsd/">/ports-openbsd/</a> directory.
- You <span class="emph">must</span> have the ports tree installed.
+ The source snapshot is automatically converted into OpenBSD port and NetBSD pkgsrc forms at <a
+ href="/ports-openbsd/">/ports-openbsd/</a> and <a href="/ports-netbsd/">/ports-netbsd/</a>,
+ respectively. Please read the <a href="http://www.openbsd.org/faq/faq15.html">OpenBSD Ports FAQ</a> or
+ <a href="http://www.netbsd.org/docs/software/packages.html">NetBSD pkgsrc guide</a>, first.
</p>
+ <h3>
+ OpenBSD port
+ </h3>
+
<p class="boxed">
# pkg_delete mdocml<br>
# cd /usr/ports/devel/<br>
@@ -118,7 +123,20 @@
# ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -<br>
# cd mdocml<br>
# make build<br>
- # make regress<br>
+ # make install
+ </p>
+
+ <h3>
+ NetBSD pkgsrc
+ </h3>
+
+ <p class="boxed">
+ # pkg_delete mdocml<br>
+ # cd /usr/pkgsrc/devel/<br>
+ # rm -rf mdocml<br>
+ # ftp -V -o- http://mdocml.bsd.lv/ports-netbsd/mdocml.tar.gz | tar -zvxf -<br>
+ # cd mdocml<br>
+ # make build<br>
# make install
</p>
</td>