diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 16:01:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-23 16:01:33 +0000 |
commit | cae3df3ebe37af1f8a19323e169f44e166a76a95 (patch) | |
tree | 04062e706364dd76093b5988fbc7851673fdb054 | |
parent | fbba0fe349e3fe0955a7fd12e3e9b89abe38ac21 (diff) | |
download | mandoc-cae3df3ebe37af1f8a19323e169f44e166a76a95.tar.gz |
Fixing port generation & instructions.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | Makefile.port | 2 | ||||
-rw-r--r-- | index.sgml | 3 |
3 files changed, 6 insertions, 2 deletions
@@ -115,6 +115,9 @@ port: mdocml-oport-$(VERSION).tar.gz www: $(HTMLS) +installwww: www + install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/ + regress:: mdoclint @for f in $(FAIL); do \ echo "./mdoclint $$f" ; \ diff --git a/Makefile.port b/Makefile.port index deda68ae..00f183c2 100644 --- a/Makefile.port +++ b/Makefile.port @@ -15,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://mdocml.bsd.lv/ +MASTER_SITES= http://mdocml.bsd.lv/ports-openbsd/ WANTLIB= c @@ -101,10 +101,11 @@ </p> <p> - If installing for the first time: + If installing for the first time (you must have the ports tree installed): </p> <p class="boxed"> + % cd /usr/ports/devel/<br> % ftp -V -o- http://mdocml.bsd.lv/ports-openbsd/mdocml.tgz | tar -zxf -<br> % cd mdocml<br> % sudo make<br> |