Subject: CVS commit: pkgsrc/mail/sendmail812
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 08/04/2005 12:31:00
Module Name:	pkgsrc
Committed By:	wiz
Date:		Thu Aug  4 12:31:00 UTC 2005

Modified Files:
	pkgsrc/mail/sendmail812: Makefile.common

Log Message:
options.mk needs to be included before Makefile.common, since
Makefile.common checks PKG_OPTIONS; however, options.mk needs
bsd.prefs.mk for an OPSYS test; and bsd.prefs.mk defines FILESDIR
if it isn't defined yet. So we have to override FILESDIR unconditionally
(and similarly for a few other variables) to make libmilter812 pick
up the correct values. Should fix libmilter812 bulk build problem.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/sendmail812/Makefile.common

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