=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.125 retrieving revision 1.126 diff -u -p -r1.125 -r1.126 --- mandoc/Makefile 2009/03/15 07:08:52 1.125 +++ mandoc/Makefile 2009/03/15 07:30:51 1.126 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.5.01 +VERSION = 1.5.1 VDATE = 15 March 2009 BINDIR = $(PREFIX)/bin @@ -321,7 +321,7 @@ mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar. 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.125 2009/03/15 07:08:52 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.126 2009/03/15 07:30:51 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