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/b733922573f7
branches:  trunk
changeset: 465154:b733922573f7
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 23 01:32:58 2003 +0000

description:
fix a comment.

diffstat:

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

diffs (18 lines):

diff -r 47cbd27f51e0 -r b733922573f7 mk/tools.mk
--- a/mk/tools.mk       Mon Dec 22 23:26:43 2003 +0000
+++ b/mk/tools.mk       Tue Dec 23 01:32:58 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.16 2003/12/04 04:33:19 jschauma Exp $
+# $NetBSD: tools.mk,v 1.17 2003/12/23 01:32:58 grant Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -7,7 +7,7 @@
 TOOLS_MK=      # defined
 
 # Prepend ${TOOLS_DIR}/bin to the PATH so that our scripts are found
-# first when search for executables.
+# first when searching for executables.
 #
 TOOLS_DIR=     ${WRKDIR}/.tools
 PATH:=         ${TOOLS_DIR}/bin:${PATH}



Home | Main Index | Thread Index | Old Index