=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- mandoc/Makefile 2009/01/20 15:05:01 1.61 +++ mandoc/Makefile 2009/01/20 15:06:07 1.62 @@ -1,4 +1,4 @@ -VERSION = 1.1.0 +VERSION = 1.2.0 CFLAGS += -W -Wall -Wno-unused-parameter -g @@ -115,7 +115,7 @@ mdocml-oport-$(VERSION).tar.gz: Makefile.port DESCR 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.61 2009/01/20 15:05:01 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.62 2009/01/20 15:06:07 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocml >> .dist/mdocml/pkg/PLIST echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST echo include/mdoc.h >> .dist/mdocml/pkg/PLIST