Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/15/2007 13:56:25
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Aug 15 13:56:25 UTC 2007

Modified Files:
	pkgsrc/mk/checksum: checksum checksum.mk
	pkgsrc/mk/patch: patch.mk

Log Message:
Use a flag to the checksum script to tell it whether we're checking
a distfile or a pkgsrc patch.  It's simple, cleaner, less magic, etc.
(duh!).

While here, I notice that _CHECKSUM_CMD was already being defined in
mk/checksum/checksum.mk (as it should be), so update the definition
from mk/patch/patch.mk and remove it from patch.mk.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/mk/checksum/checksum
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/checksum/checksum.mk
cvs rdiff -r1.13 -r1.14 pkgsrc/mk/patch/patch.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.