X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/1b1e02d4acd11f96e061ac04ae243ab0589d2f8a..8e37e41aceb3299a93379ef910ac09f41fb2f59b:/index.sgml diff --git a/index.sgml b/index.sgml index 1d576e14..76bc7a3c 100644 --- a/index.sgml +++ b/index.sgml @@ -102,15 +102,20 @@

- Snapshot port + Snapshot port/pkgsrc

- The source snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not - yet available). These may be found in the /ports-openbsd/ directory. - You must have the ports tree installed. + The source snapshot is automatically converted into OpenBSD port and NetBSD pkgsrc forms at /ports-openbsd/ and /ports-netbsd/, + respectively. Please read the OpenBSD Ports FAQ or + NetBSD pkgsrc guide, first.

+

+ OpenBSD port +

+

# pkg_delete mdocml
# cd /usr/ports/devel/
@@ -118,7 +123,20 @@ # ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | tar -zvxf -
# cd mdocml
# make build
- # make regress
+ # make install +

+ +

+ NetBSD pkgsrc +

+ +

+ # pkg_delete mdocml
+ # cd /usr/pkgsrc/devel/
+ # rm -rf mdocml
+ # ftp -V -o- http://mdocml.bsd.lv/ports-netbsd/mdocml.tar.gz | tar -zvxf -
+ # cd mdocml
+ # make build
# make install

@@ -146,7 +164,7 @@
- Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/27 10:55:16 $ + Copyright © 2009 Kristaps Džonsons, $Date: 2009/02/28 10:13:45 $