Subject: CVS commit: pkgsrc/mk/plist
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 07/18/2007 14:12:30
Module Name: pkgsrc
Committed By: jlam
Date: Wed Jul 18 14:12:30 UTC 2007
Modified Files:
pkgsrc/mk/plist: plist.mk
Log Message:
Preserve the default value of PLIST_SRC as PLIST_SRC_DFLT while still
allowing PLIST_SRC to be overridden in a package Makefile.
It's now possible to do:
PLIST_SRC= ${PLIST_SRC_DFLT} ${WRKDIR}/PLIST_DYNAMIC
and still use the default PLIST.* fragment handling.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/mk/plist/plist.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.