pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Fix typo in type1inst depends line.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/811261f76224
branches:  trunk
changeset: 508311:811261f76224
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 17 19:31:33 2006 +0000

description:
Fix typo in type1inst depends line.

diffstat:

 mk/tools/replace.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55e08952cbd1 -r 811261f76224 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Fri Feb 17 19:31:12 2006 +0000
+++ b/mk/tools/replace.mk       Fri Feb 17 19:31:33 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.157 2006/02/11 00:23:24 jlam Exp $
+# $NetBSD: replace.mk,v 1.158 2006/02/17 19:31:33 wiz Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -650,7 +650,7 @@
 .  if !empty(PKGPATH:Mfonts/type1inst)
 MAKEFLAGS+=                    TOOLS_IGNORE.type1inst=
 .  elif !empty(_TOOLS_USE_PKGSRC.type1inst:M[yY][eE][sS])
-TOOLS_DEPENDS.type1inst?=      type1inst2>=0.6.1:../../fonts/type1inst
+TOOLS_DEPENDS.type1inst?=      type1inst>=0.6.1:../../fonts/type1inst
 TOOLS_CREATE+=                 type1inst
 TOOLS_FIND_PREFIX+=            TOOLS_PREFIX.type1inst=type1inst
 TOOLS_PATH.type1inst=          ${TOOLS_PREFIX.type1inst}/bin/type1inst



Home | Main Index | Thread Index | Old Index