Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/19/2001 18:01:05
Module Name: pkgsrc
Committed By: jlam
Date: Mon Nov 19 16:01:04 UTC 2001
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Create a new variable CONFDIR that represents the directory where package
config files should go. It may be overridden on a per-package basis by
defining CONFDIR.${PKGBASE}, e.g. CONFDIR.php. ${CONFDIR} defaults to
${PREFIX}/etc, but it may be overridden in /etc/mk.conf, e.g. by setting
CONFDIR=/etc.
Packages will eventually be altered to find their config files in
${CONFDIR}.
To generate a diff of this commit:
cvs rdiff -r1.850 -r1.851 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.