summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-30 09:24:22 +0000
committerjlam <jlam@pkgsrc.org>2003-08-30 09:24:22 +0000
commitf20476a8f36bc5ee393256a4edda29301695de01 (patch)
tree197b64a57e50d64dfca3c47241baf4ee6dde14a0
parent308986f599c602b6ca18054e7e8566f897b58d7a (diff)
downloadpkgsrc-f20476a8f36bc5ee393256a4edda29301695de01.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}