Subject: CVS commit: [pkgsrc-2005Q3] pkgsrc/mk/install
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 10/01/2005 10:53:04
Module Name:	pkgsrc
Committed By:	salo
Date:		Sat Oct  1 10:53:04 UTC 2005

Modified Files:
	pkgsrc/mk/install [pkgsrc-2005Q3]: bsd.pkginstall.mk

Log Message:
Pullup ticket 791 - requested by Johnny C. Lam
install infrastructure fix

Revisions pulled up:
- pkgsrc/mk/install/bsd.pkginstall.mk		1.28

   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
   ĻIRS 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.26 -r1.26.2.1 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.