pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section....
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab94b8cca54a
branches: trunk
changeset: 460279:ab94b8cca54a
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Aug 27 01:58:25 2003 +0000
description:
Cut-n-pasto: s/GREP/GMAKE/ in the GNU make section. (from pkgviews-mk)
diffstat:
mk/tools.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e8f60f020da7 -r ab94b8cca54a mk/tools.mk
--- a/mk/tools.mk Wed Aug 27 01:01:25 2003 +0000
+++ b/mk/tools.mk Wed Aug 27 01:58:25 2003 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index