=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.114 retrieving revision 1.115 diff -u -p -r1.114 -r1.115 --- mandoc/Makefile 2009/03/09 13:35:09 1.114 +++ mandoc/Makefile 2009/03/09 14:20:59 1.115 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.4.6 +VERSION = 1.4.7 VDATE = 9 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.114 2009/03/09 13:35:09 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.115 2009/03/09 14:20:59 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