pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Platforms that have GNU grep also have egrep ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7ee8a949534
branches:  trunk
changeset: 492997:b7ee8a949534
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Apr 24 23:28:20 2005 +0000

description:
Platforms that have GNU grep also have egrep and fgrep.

diffstat:

 mk/tools/replace.mk |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 58b9c7f6e1b8 -r b7ee8a949534 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Sun Apr 24 22:57:23 2005 +0000
+++ b/mk/tools/replace.mk       Sun Apr 24 23:28:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.11 2005/04/24 22:42:00 jlam Exp $
+# $NetBSD: replace.mk,v 1.12 2005/04/24 23:28:20 jlam Exp $
 #
 # This Makefile fragment handles "replacements" of system-supplied
 # tools with pkgsrc versions.  The replacements are placed under
@@ -82,12 +82,8 @@
 # files as they are ${OPSYS}-specific.
 #
 _TOOLS_USE_PLATFORM.bison=     Linux-*-*
-_TOOLS_USE_PLATFORM.egrep=     Darwin-*-* FreeBSD-*-* Linux-*-*        \
-                               NetBSD-*-* OpenBSD-*-* DragonFly-*-*    \
-                               SunOS-*-*
-_TOOLS_USE_PLATFORM.fgrep=     Darwin-*-* FreeBSD-*-* Linux-*-*        \
-                               NetBSD-*-* OpenBSD-*-* DragonFly-*-*    \
-                               SunOS-*-*
+_TOOLS_USE_PLATFORM.egrep=     ${_TOOLS_USE_PLATFORM.grep}
+_TOOLS_USE_PLATFORM.fgrep=     ${_TOOLS_USE_PLATFORM.grep}
 _TOOLS_USE_PLATFORM.file=      Darwin-*-* FreeBSD-*-* Linux-*-*        \
                                NetBSD-*-* OpenBSD-*-* DragonFly-*-*    \
                                SunOS-*-*



Home | Main Index | Thread Index | Old Index