pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/checksum Fix accidental :dw in previous commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78b4bfca39f5
branches:  trunk
changeset: 532595:78b4bfca39f5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 24 03:12:33 2007 +0000

description:
Fix accidental :dw in previous commit.

diffstat:

 mk/checksum/checksum.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da5834334efa -r 78b4bfca39f5 mk/checksum/checksum.mk
--- a/mk/checksum/checksum.mk   Fri Aug 24 03:11:01 2007 +0000
+++ b/mk/checksum/checksum.mk   Fri Aug 24 03:12:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: checksum.mk,v 1.8 2007/08/24 03:11:01 jlam Exp $
+# $NetBSD: checksum.mk,v 1.9 2007/08/24 03:12:33 jlam Exp $
 #
 # See bsd.checksum.mk for helpful comments.
 #
@@ -33,7 +33,7 @@
 _COOKIE.checksum=      ${_COOKIE.extract}
 
 checksum: do-checksum
-checksum: 
+do-checksum: 
 .for _alg_ in ${_DIGEST_ALGORITHMS}
        ${RUN} set -e;                                                  \
        ${TEST} ! -f ${_COOKIE.checksum} || exit 0;                     \



Home | Main Index | Thread Index | Old Index