pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Convert a debugging definition back into the real t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/296e474b1312
branches:  trunk
changeset: 468480:296e474b1312
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Feb 14 11:28:28 2004 +0000

description:
Convert a debugging definition back into the real thing.

diffstat:

 mk/bsd.prefs.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r a058e2c1e104 -r 296e474b1312 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sat Feb 14 07:51:36 2004 +0000
+++ b/mk/bsd.prefs.mk   Sat Feb 14 11:28:28 2004 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index