Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2005 19:06:07
Module Name: pkgsrc
Committed By: jlam
Date: Fri Jan 28 19:06:07 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.install.mk
pkgsrc/mk/install: dirs usergroup
Log Message:
Avoid hardcoding the refcount database into the INSTALL scripts. We
now simply make ${PKG_REFCOUNT_DBDIR} always be ${PKG_DBDIR}.refcount
so that it always follows the location of ${PKG_DBDIR}. This preserves
the ability for PKG_DBDIR (and PKG_REFCOUNT_DBDIR) to be different on
different machines despite using the same binary packages.
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/mk/install/dirs
cvs rdiff -r1.2 -r1.3 pkgsrc/mk/install/usergroup
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.