From 26a425b21000e073b27f1657befcd4d8253b44b8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 23 Feb 2009 20:55:56 +0000 Subject: Port works. --- index.sgml | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) (limited to 'index.sgml') diff --git a/index.sgml b/index.sgml index 52a43ee3..84c848e1 100644 --- a/index.sgml +++ b/index.sgml @@ -74,21 +74,19 @@

- nightly source + snapshotted source

- CVS sources are checkedout and snapshotted nightly. These may be found in the /snapshots/ directory.

% cd /tmp
- % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tgz | tar -zxf -
+ % ftp -V -o- http://mdocml.bsd.lv/snapshots/mdocml.tar.gz | tar -zvxf -
% cd mdocml
- % make
- % make regress
- % make install + % make && make regress && make install

@@ -96,28 +94,18 @@

- The nightly snapshot is automatically converted into an OpenBSD port (ports for other BSD systems not + 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. -

- -

- If installing for the first time (you must have the ports tree installed): + You must have the ports tree installed.

+ % sudo pkg_delete mdocml
% cd /usr/ports/devel/
- % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tgz | tar -zxf -
+ % sudo rm -rf mdocml
+ % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tar.gz | sudo tar -zvxf -
% cd mdocml
- % sudo make
- % sudo make install -

- -

- Subsequent installations: -

- -

- % sudo pkg_add -r mdocml + % sudo make && sudo make regress && sudo make install

-- cgit