Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2005 01:50:38
Module Name:	pkgsrc
Committed By:	rillig
Date:		Sat May 14 01:50:38 UTC 2005

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

Log Message:
Replaced .ifdef with .if defined() and .ifndef with .if !defined(). This
will allow better error checking in Makefiles.


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

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