summaryrefslogtreecommitdiff
path: root/mk/tools.mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-08-27 01:58:25 +0000
committerjlam <jlam>2003-08-27 01:58:25 +0000
commit8ebc640f611ed4fa3c310df5980fa2bc2218e53a (patch)
tree8c4f4cb95a1fb34ca70d2c317263b4ee56b2a9c1 /mk/tools.mk
parentf4951d804f2a2f6bfee3f849e06ea681d0c5cc7a (diff)
downloadpkgsrc-8ebc640f611ed4fa3c310df5980fa2bc2218e53a.tar.gz
Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section. (from pkgviews-mk)
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 b88eaf2ac8f..1c9fcbaefeb 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.10 2003/08/26 20:15:27 jlam Exp $
+# $NetBSD: tools.mk,v 1.11 2003/08/27 01:58:25 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