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.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8c312feaa6c
branches:  trunk
changeset: 493090:a8c312feaa6c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 27 05:07:57 2005 +0000

description:
Fix typo.

diffstat:

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

diffs (18 lines):

diff -r bc4b8f37ee87 -r a8c312feaa6c mk/tools/replace.mk
--- a/mk/tools/replace.mk       Wed Apr 27 04:47:41 2005 +0000
+++ b/mk/tools/replace.mk       Wed Apr 27 05:07:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.32 2005/04/27 04:47:41 jlam Exp $
+# $NetBSD: replace.mk,v 1.33 2005/04/27 05:07:57 jlam Exp $
 #
 # This Makefile fragment handles "replacements" of system-supplied
 # tools with pkgsrc versions.  The replacements are placed under
@@ -494,7 +494,7 @@
 # to the real command and extract any arguments into TOOLS_ARGS.<tool>.
 # We also create either a wrapper or a symlink depending on whether
 # there are any arguments or not.  If PLATFORM_TOOL.<tool> is undefined
-# or emtpy, then we fall back to checking if TOOL is defined.  Lastly,
+# or empty, then we fall back to checking if TOOL is defined.  Lastly,
 # always set the TOOL name for each tool to point to the real command,
 # e.g., TBL, YACC, etc., provided that "TOOL" has been associated with
 # <tool>.



Home | Main Index | Thread Index | Old Index