Subject: CVS commit: pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/30/2005 16:39:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Fri Sep 30 16:39:26 UTC 2005

Modified Files:
	pkgsrc/mk/install: bsd.pkginstall.mk

Log Message:
Fix a typo... missing a : before the Q variable qualifier, which caused
${PKG_SYSCONFDIR} to not be automatically creates/refcounted by the
+DIRS script for packages that only set CONF_FILES_PERMS and not
CONF_FILES or PKG_SYSCONFSUBDIR, e.g. security/sudo.  This caused
problems when PKG_SYSCONFBASE was set to a non-default directory that
didn't pre-exist, e.g. PKG_SYSCONFBASE=/etc/pkg.  Problem noted by
<jmmv>.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/mk/install/bsd.pkginstall.mk

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