=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.119 retrieving revision 1.120 diff -u -p -r1.119 -r1.120 --- mandoc/Makefile 2009/03/12 15:55:11 1.119 +++ mandoc/Makefile 2009/03/12 16:30:50 1.120 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.4.11 +VERSION = 1.4.12 VDATE = 13 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.119 2009/03/12 15:55:11 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.120 2009/03/12 16:30:50 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