Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Bernd Ernesti <veego@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2005 20:12:01
Module Name:	pkgsrc
Committed By:	veego
Date:		Mon Feb 21 20:12:01 UTC 2005

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

Log Message:
Change the files to be used for PLIST_SRC from
 PLIST.common
 PLIST.${OPSYS}
 PLIST
 PLIST.common_end
to
 PLIST.common
 PLIST.${OPSYS}
 PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g}
 PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g}
 PLIST
 PLIST.common_end

Which makes it possible to remove duplicated code in some packages.
This doesn't change anything, because all affected packages define PLIST_SRC,
so this code would never be used for them.
And most of them will be fixed with the next commit.

ToDO: ${MACHINE_ARCH:C/i[3-6]86/i386/g} looks wrong and should be changed,
but thats what we allready use for MESSAGE_SRC.


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

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