summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-10 19:25:06 +0000
committerjlam <jlam@pkgsrc.org>2005-05-10 19:25:06 +0000
commite8fbc3953885900f68e1d9846dc853b88959d9c9 (patch)
tree2b85f2cb597cab40d652f116c5623c31d2f464fb
parentc4074738e5f36a515a7c7dfbfc252cbb2cf9b39d (diff)
downloadpkgsrc-e8fbc3953885900f68e1d9846dc853b88959d9c9.tar.gz
Fix typo in comment.
-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.
#