Subject: CVS commit: pkgsrc/mk/fetch
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 09/06/2007 20:54:53
Module Name:	pkgsrc
Committed By:	joerg
Date:		Thu Sep  6 20:54:53 UTC 2007

Modified Files:
	pkgsrc/mk/fetch: fetch.mk

Log Message:
If DISTDIR points to a non-existing location and a package has neither
PATCHFILES nor DISTFILES, make fetch would complain about an unbuildable
dependency. Fix this by explicitly checking that _ALLFILES is not empty.
Reported by Sean Boudreau.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/mk/fetch/fetch.mk

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