=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.129 retrieving revision 1.130 diff -u -p -r1.129 -r1.130 --- mandoc/Makefile 2009/03/17 08:57:03 1.129 +++ mandoc/Makefile 2009/03/17 09:33:02 1.130 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.5.2 +VERSION = 1.5.3 VDATE = 17 March 2009 BINDIR = $(PREFIX)/bin @@ -221,7 +221,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.129 2009/03/17 08:57:03 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.130 2009/03/17 09:33:02 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