Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2005 04:26:16
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat May 14 04:26:16 UTC 2005

Modified Files:
	pkgsrc/mk: bsd.pkg.mk

Log Message:
Simplify the check for whether we need a patch tool or not -- we simply
check for whether ${PATCHDIR} exists or not, or whether PATCHFILES is
defined or not.  This avoids the use of != in a variable definition
just to find out if we need patch or not.


To generate a diff of this commit:
cvs rdiff -r1.1647 -r1.1648 pkgsrc/mk/bsd.pkg.mk

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