summaryrefslogtreecommitdiff
path: root/mk/tools/imake.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-10 19:25:06 +0000
committerjlam <jlam>2005-05-10 19:25:06 +0000
commit6930e501572047a3769b4ac807dbaf7041fcea09 (patch)
tree2b85f2cb597cab40d652f116c5623c31d2f464fb /mk/tools/imake.mk
parent86d3a16ad0a5172831a461df2b2244bfc5de2217 (diff)
downloadpkgsrc-6930e501572047a3769b4ac807dbaf7041fcea09.tar.gz
Fix typo in comment.
Diffstat (limited to 'mk/tools/imake.mk')
-rw-r--r--mk/tools/imake.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/imake.mk b/mk/tools/imake.mk
index 4b7d8d8b0db..ae189cb9210 100644
--- a/mk/tools/imake.mk
+++ b/mk/tools/imake.mk
@@ -1,8 +1,8 @@
-# $NetBSD: imake.mk,v 1.5 2005/05/10 19:06:59 jlam Exp $
+# $NetBSD: imake.mk,v 1.6 2005/05/10 19:25:06 jlam Exp $
#
# This Makefile fragment handles packages that need imake and xmkmf
# to build X11-related packages. The correct imake and xmkmf tools
-# are placed under ${TOOLS_DIRS}/bin, so that they may be invoked by
+# are placed under ${TOOLS_DIR}/bin, so that they may be invoked by
# their bare names. The tools are chosen based on which type of X11
# distribution pkgsrc will be using, e.g. X11_TYPE.
#