pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk fix a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41e0123f4174
branches:  trunk
changeset: 481882:41e0123f4174
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 14 09:56:52 2004 +0000

description:
fix a comment

diffstat:

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

diffs (18 lines):

diff -r b612d84928b1 -r 41e0123f4174 mk/tools.mk
--- a/mk/tools.mk       Thu Oct 14 09:54:04 2004 +0000
+++ b/mk/tools.mk       Thu Oct 14 09:56:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.43 2004/10/14 09:54:04 grant Exp $
+# $NetBSD: tools.mk,v 1.44 2004/10/14 09:56:52 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -209,7 +209,7 @@
 _TOOLS_REPLACE.${_tool_}=      YES
 .    endif
 .  endfor
-.endfor        _TOOLS
+.endfor        # _TOOLS
 
 .if ${_TOOLS_REPLACE.awk} == "YES"
 _TOOLS_OVERRIDE.awk=   YES



Home | Main Index | Thread Index | Old Index