=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.93 retrieving revision 1.94 diff -u -p -r1.93 -r1.94 --- mandoc/Makefile 2009/02/28 12:16:38 1.93 +++ mandoc/Makefile 2009/02/28 13:47:36 1.94 @@ -114,6 +114,7 @@ SUCCEED = regress/test.prologue.05 \ regress/test.list.04 \ regress/test.list.05 \ regress/test.list.06 \ + regress/test.list.07 \ regress/test.sh.01 \ regress/test.sh.02 \ regress/test.escape.00 \ @@ -255,7 +256,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.93 2009/02/28 12:16:38 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.94 2009/02/28 13:47:36 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