Subject: CVS commit: pkgsrc/graphics/xanim
To: None <pkgsrc-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 02/07/2002 11:59:48
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Feb  7 09:59:48 UTC 2002

Modified Files:
	pkgsrc/graphics/xanim: Makefile

Log Message:
The inclusion of bsd.pkg.mk before the setting of the EXTRA_FILES
definition in the package Makefile caused problems when fetching
files, since bsd.pkg.mk uses a .for loop to iterate over DISTFILES,
thus evaluating ${DISTFILES} at the time the .for line is read -
this caused the EXTRA_FILES definitions not to be fetched. I think
the reason for the inclusion of bsd.pkg.mk in a non-standard place
was to get the values of MACHINE_ARCH and OBJECT_FMT. This all dates
from 1998, and my memory's not what it used to be.

Fix this by getting these values from bsd.prefs.mk, and including
bsd.pkg.mk in the usual place.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/graphics/xanim/Makefile

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