Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/17/2006 06:12:46
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Apr 17 06:12:46 UTC 2006

Modified Files:
	pkgsrc/doc/guide/files: plist.xml
	pkgsrc/mk/plist: plist.mk print-plist.mk
Added Files:
	pkgsrc/mk/plist: plist-locale.awk

Log Message:
Modify the plist module to automatically transform "^share/locale" in
PLISTs to "${PKGLOCALEDIR}/locale" for the installed PLIST.  This is
similar to the work that's already done to automatically handle
PKGINFODIR and PKGMANDIR.  PLISTs in pkgsrc will be modified so that
they would just list the message files to be under "share/locale".
USE_PKGLOCALEDIR must continue to be set in package Makefiles so that
localedir substitutions happen at post-configure time.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/doc/guide/files/plist.xml
cvs rdiff -r0 -r1.1 pkgsrc/mk/plist/plist-locale.awk
cvs rdiff -r1.9 -r1.10 pkgsrc/mk/plist/plist.mk
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/plist/print-plist.mk

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