aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit026665a4f839162d972c26d3c27260979f8763da (patch)
tree8c70cf60fa1fd979a03e33c5edf4bbccdd5cd1a7
parent10804e5a9d7db8b68c8f8263defbbe9baa9edbdb (diff)
downloadmandoc-026665a4f839162d972c26d3c27260979f8763da.tar.gz
mandoc-026665a4f839162d972c26d3c27260979f8763da.tar.zst
mandoc-026665a4f839162d972c26d3c27260979f8763da.zip
Finalised index.sgml for NetBSD pkgsrc.
-rw-r--r--index.sgml30
1 files changed, 24 insertions, 6 deletions
diff --git a/index.sgml b/index.sgml
index 1d576e14..76bc7a3c 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>
@@ -146,7 +164,7 @@
<tr>
<td>
<div class="foot">
- Copyright &#169; 2009 Kristaps D&#382;onsons, $Date: 2009/02/27 10:55:16 $
+ Copyright &#169; 2009 Kristaps D&#382;onsons, $Date: 2009/02/28 10:13:45 $
</div>
</td>
</tr>