=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- mandoc/Makefile 2008/12/10 13:15:55 1.45 +++ mandoc/Makefile 2008/12/10 13:41:58 1.46 @@ -42,7 +42,7 @@ SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.35 test.38 test.39 test.41 test.42 test.43 test.44 \ test.45 test.46 test.47 test.48 test.49 test.51 test.52 \ test.54 test.55 test.56 test.57 test.58 test.59 test.60 \ - test.62 test.63 test.67 test.68 test.71 + test.62 test.63 test.67 test.68 test.71 test.72 test.73 all: mdocml @@ -100,7 +100,7 @@ mdocml-port.tgz: $(INSTALL) rmd160 mdocml-$(VERSION).tgz >> .dist/mdocml/distinfo sha1 mdocml-$(VERSION).tgz >> .dist/mdocml/distinfo install -m 0644 DESCR .dist/mdocml/pkg/DESCR - echo @comment $$OpenBSD: Makefile,v 1.45 2008/12/10 13:15:55 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.46 2008/12/10 13:41:58 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocml >> .dist/mdocml/pkg/PLIST echo @man man/man1/mdocml.1 >> .dist/mdocml/pkg/PLIST ( cd .dist/ && tar zcf ../$@ mdocml/ )