diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 11:28:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 11:28:28 +0000 |
commit | f534b3540480b30c76ba569b83bbca7d7b5be0b5 (patch) | |
tree | c9dcfee80d73d05c6864405403c43411178b8c1e /mk | |
parent | 51bbd0fb9d075b330ac1f2c27573ed3649cc7a35 (diff) | |
download | pkgsrc-f534b3540480b30c76ba569b83bbca7d7b5be0b5.tar.gz |
Convert a debugging definition back into the real thing.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 5 |
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 |