summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-08-27 01:57:19 +0000
committerjlam <jlam@pkgsrc.org>2003-08-27 01:57:19 +0000
commit4b7dce019d3f360af678c0ff25250f4ce348abc2 (patch)
treeb958ad7ae783d73df8f64a87c125f44a989fc0f8
parenta321f021a48faacfa62f4a70bcaf5f32e7125a3c (diff)
downloadpkgsrc-4b7dce019d3f360af678c0ff25250f4ce348abc2.tar.gz
Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section.
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index cd778d112c1..61a3ebb7965 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.4.2.5 2003/08/26 21:58:07 jlam Exp $
+# $NetBSD: tools.mk,v 1.4.2.6 2003/08/27 01:57:19 jlam Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -225,7 +225,7 @@ _TOOLS_PROGNAME.make= ${GMAKE}
BUILD_DEPENDS+= gmake>=3.78:../../devel/gmake
_TOOLS_OVERRIDE.make= YES
_TOOLS_PROGNAME.make= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}make
-GREP:= ${_TOOLS_PROGNAME.make}
+GMAKE:= ${_TOOLS_PROGNAME.make}
.endif
.if !empty(PKGPATH:Mdevel/gmake)
_TOOLS_OVERRIDE.make= NO