diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:46:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-23 21:46:04 +0000 |
commit | ba499535bfa8d6f52738a826d21375506ad2115d (patch) | |
tree | 4eb8beb47befb7ce7ddf1f89c70099aba51d53c4 /index.sgml | |
parent | 590f49184da28584f90d0b7e2c83d97121aa9900 (diff) | |
download | mandoc-ba499535bfa8d6f52738a826d21375506ad2115d.tar.gz |
Added FreeBSD port.
Diffstat (limited to 'index.sgml')
-rw-r--r-- | index.sgml | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -106,10 +106,12 @@ </h2> <p> - 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. + The source snapshot is automatically converted into OpenBSD, NetBSD and FreeBSD ports at <a + href="/ports-openbsd/">/ports-openbsd/</a>, <a href="/ports-netbsd/">/ports-netbsd/</a> and <a + href="/ports-freebsd/">/ports-freebsd/</a>, respectively. Please read the <a + href="http://www.openbsd.org/faq/faq15.html">OpenBSD Ports FAQ</a>, <a + href="http://www.netbsd.org/docs/software/packages.html">NetBSD pkgsrc guide</a> or <a + href="http://www.freebsd.org/ports/">FreeBSD Ports Guide</a> first. </p> <h3> @@ -139,6 +141,20 @@ # make build<br> # make install </p> + + <h3> + FreeBSD port + </h3> + + <p class="boxed"> + # pkg_delete mdocml<br> + # cd /usr/ports/textproc/<br> + # rm -rf mdocml<br> + # ftp -V -o- http://mdocml.bsd.lv/ports-freebsd/mdocml.tar.gz | tar -zvxf -<br> + # cd mdocml<br> + # make build<br> + # make install + </p> </td> </tr> <tr> |