=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- mandoc/Makefile 2009/02/23 15:19:47 1.79 +++ mandoc/Makefile 2009/02/23 16:01:33 1.80 @@ -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" ; \ @@ -203,7 +206,7 @@ mdocml-oport-$(VERSION).tar.gz: Makefile.port DESCR rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo install -m 0644 DESCR .dist/mdocml/pkg/DESCR - echo @comment $$OpenBSD: Makefile,v 1.79 2009/02/23 15:19:47 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.80 2009/02/23 16:01:33 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocterm >> .dist/mdocml/pkg/PLIST echo bin/mdoctree >> .dist/mdocml/pkg/PLIST echo bin/mdoclint >> .dist/mdocml/pkg/PLIST