=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.99 retrieving revision 1.100 diff -u -p -r1.99 -r1.100 --- mandoc/Makefile 2009/03/01 20:05:32 1.99 +++ mandoc/Makefile 2009/03/01 20:07:20 1.100 @@ -1,6 +1,6 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.13 +VERSION = 1.3.14 VDATE = 01 March 2009 BINDIR = $(PREFIX)/bin @@ -267,7 +267,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.99 2009/03/01 20:05:32 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.100 2009/03/01 20:07:20 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