=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.153 retrieving revision 1.154 diff -u -p -r1.153 -r1.154 --- mandoc/Makefile 2009/03/24 20:05:43 1.153 +++ mandoc/Makefile 2009/03/25 11:39:25 1.154 @@ -187,7 +187,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.153 2009/03/24 20:05:43 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.154 2009/03/25 11:39:25 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mandoc >> .dist/mdocml/pkg/PLIST echo @man man/man1/mandoc.1 >> .dist/mdocml/pkg/PLIST echo @man man/man7/mdoc.7 >> .dist/mdocml/pkg/PLIST @@ -199,7 +199,7 @@ mdocml-fport-$(VERSION).tar.gz: mdocml-$(VERSION).tar. sed -e "s!@VERSION@!$(VERSION)!" Makefile.freebsd > \ .dist/mdocml/Makefile ( md5 mdocml-$(VERSION).tar.gz; \ - sha1 mdocml-$(VERSION).tar.gz; \ + cksum -a SHA256 mdocml-$(VERSION).tar.gz; \ echo -n "SIZE (mdocml-$(VERSION).tar.gz) = "; \ ls -l mdocml-$(VERSION).tar.gz | awk '{print $$5}' \ ) > .dist/mdocml/distinfo