From d20d5301ffb5634ab5201d3020bf9d52bc409095 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 30 Aug 2003 09:24:22 +0000 Subject: _PKG_DBDIR is in fact set in this very file. Thanks, seb! --- mk/bsd.prefs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 64f6ae36a61..55bf519ff73 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.118.2.15 2003/08/29 02:06:12 jlam Exp $ +# $NetBSD: bsd.prefs.mk,v 1.118.2.16 2003/08/30 09:24:22 jlam Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -311,7 +311,7 @@ PKG_VIEW_CMD?= ${PKG_TOOLS_BIN}/pkg_view LINKFARM_CMD?= ${PKG_TOOLS_BIN}/linkfarm # The binary pkg_install tools all need to consistently to refer to the -# correct package database directory. _PKG_DBDIR is set in bsd.pkg.mk. +# correct package database directory. # PKGTOOLS_ARGS?= -K ${_PKG_DBDIR} -- cgit v1.2.3