summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 11:28:28 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 11:28:28 +0000
commit01d241c9c1a126ae437300f4439f53f90cf72613 (patch)
treec9dcfee80d73d05c6864405403c43411178b8c1e /mk
parent450a4245ead269ff4267cd0e99c504bf13927ccf (diff)
downloadpkgsrc-01d241c9c1a126ae437300f4439f53f90cf72613.tar.gz
Convert a debugging definition back into the real thing.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 75719bba40a..f9f40839203 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.153 2004/02/14 03:33:39 grant Exp $
+# $NetBSD: bsd.prefs.mk,v 1.154 2004/02/14 11:28:28 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -400,8 +400,7 @@ MAKEFLAGS+= PKGTOOLS_VERSION=${PKGTOOLS_VERSION}
# The binary pkg_install tools all need to consistently to refer to the
# correct package database directory.
#
-#.if ${PKGTOOLS_VERSION} < 20030823
-.if ${OPSYS} == "NetBSD"
+.if ${PKGTOOLS_VERSION} < 20030823
PKGTOOLS_ENV?= PKG_DBDIR=${_PKG_DBDIR}
PKGTOOLS_ARGS?= # empty
.else