summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorgrant <grant>2003-12-23 01:32:58 +0000
committergrant <grant>2003-12-23 01:32:58 +0000
commit67e5a6f0feaf14e4b688ee311869d8937f539e9a (patch)
tree34b89f33fcce801014b1a4d553377b98e0e1f9c3 /mk/tools.mk
parentc56ec595c150448fe416f0bef4861e82012fb309 (diff)
downloadpkgsrc-67e5a6f0feaf14e4b688ee311869d8937f539e9a.tar.gz
fix a comment.
Diffstat (limited to 'mk/tools.mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index cfbcdcde7c5..df9e7e88c82 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -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}