pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Fix a typo that was causing imake, mkdirhier ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/282880c9b007
branches: trunk
changeset: 506176:282880c9b007
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Jan 12 19:26:02 2006 +0000
description:
Fix a typo that was causing imake, mkdirhier and xmkmf to not be created
as tools in the tools directory.
diffstat:
mk/tools/replace.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ad597fce21cc -r 282880c9b007 mk/tools/replace.mk
--- a/mk/tools/replace.mk Thu Jan 12 19:11:55 2006 +0000
+++ b/mk/tools/replace.mk Thu Jan 12 19:26:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.154 2006/01/12 18:29:03 jlam Exp $
+# $NetBSD: replace.mk,v 1.155 2006/01/12 19:26:02 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -935,7 +935,7 @@
. if !empty(PKGPATH:Mx11/XFree86-imake) || !empty(PKGPATH:Mx11/xorg-imake)
MAKEFLAGS+= TOOLS_IGNORE.${_t_}=
. elif !empty(_TOOLS_USE_PKGSRC.${_t_}:M[yY][eE][sS])
-TOOLS_CREATE+= ${_t}
+TOOLS_CREATE+= ${_t_}
. if defined(X11_TYPE) && !empty(X11_TYPE:MXFree86)
TOOLS_DEPENDS.${_t_}?= XFree86-imake>=4.4.0:../../x11/XFree86-imake
TOOLS_FIND_PREFIX+= TOOLS_PREFIX.${_t_}=imake
Home |
Main Index |
Thread Index |
Old Index