pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools Fix another typo (TOOLS_READ_CMD -> TOOLS_REA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e65faea56d90
branches:  trunk
changeset: 496268:e65faea56d90
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 24 21:21:31 2005 +0000

description:
Fix another typo (TOOLS_READ_CMD -> TOOLS_REAL_CMD).

diffstat:

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

diffs (18 lines):

diff -r c6806c1cac49 -r e65faea56d90 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Fri Jun 24 21:17:01 2005 +0000
+++ b/mk/tools/replace.mk       Fri Jun 24 21:21:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.106 2005/06/24 21:17:01 minskim Exp $
+# $NetBSD: replace.mk,v 1.107 2005/06/24 21:21:31 minskim Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -343,7 +343,7 @@
 TOOLS_CREATE+=                 csh
 TOOLS_FIND_PREFIX+=            TOOLS_PREFIX.csh=tcsh
 TOOLS_REAL_CMD.csh=            ${TOOLS_PREFIX.csh}/bin/tcsh
-TOOLS_${_TOOLS_VARNAME.csh}=   ${TOOLS_READ_CMD.csh}
+TOOLS_${_TOOLS_VARNAME.csh}=   ${TOOLS_REAL_CMD.csh}
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index