=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.120 retrieving revision 1.121 diff -u -p -r1.120 -r1.121 --- mandoc/Makefile 2009/03/12 16:30:50 1.120 +++ mandoc/Makefile 2009/03/12 23:05:21 1.121 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.4.12 +VERSION = 1.4.13 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.120 2009/03/12 16:30:50 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.121 2009/03/12 23:05:21 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