=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- mandoc/Makefile 2009/02/25 12:37:18 1.85 +++ mandoc/Makefile 2009/02/25 12:38:15 1.86 @@ -1,7 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = "1.3.5" -VDATE = "25 February 2009" +VERSION = 1.3.5 +VDATE = 25 February 2009 CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -225,7 +225,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.85 2009/02/25 12:37:18 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.86 2009/02/25 12:38:15 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