summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-30 09:24:22 +0000
committerjlam <jlam>2003-08-30 09:24:22 +0000
commitd20d5301ffb5634ab5201d3020bf9d52bc409095 (patch)
tree197b64a57e50d64dfca3c47241baf4ee6dde14a0
parente811e11e4a7ad1e4c5376efe96133f567c71bccd (diff)
downloadpkgsrc-d20d5301ffb5634ab5201d3020bf9d52bc409095.tar.gz
_PKG_DBDIR is in fact set in this very file. Thanks, seb!
-rw-r--r--mk/bsd.prefs.mk4
1 files 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}