Subject: CVS commit: [pkgviews-mk] pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 08/23/2003 07:42:03
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Aug 23 07:42:03 UTC 2003

Modified Files:
	pkgsrc/mk [pkgviews-mk]: bsd.pkg.mk

Log Message:
Style issue: if a variable can take two values, explicitly check for both
values in an .if..elif..endif statement, instead of just .if..else..endif.
This makes it more obvious what the alternative condition is.


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

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