pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/Mesa We don't need egrep since we're using a ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8cde279f435
branches: trunk
changeset: 493221:d8cde279f435
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Apr 30 02:16:12 2005 +0000
description:
We don't need egrep since we're using a basic RE.
diffstat:
graphics/Mesa/version.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 649d41decb4c -r d8cde279f435 graphics/Mesa/version.mk
--- a/graphics/Mesa/version.mk Fri Apr 29 22:22:09 2005 +0000
+++ b/graphics/Mesa/version.mk Sat Apr 30 02:16:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.9 2004/04/11 19:26:01 jschauma Exp $
+# $NetBSD: version.mk,v 1.10 2005/04/30 02:16:12 jlam Exp $
#
# This file computes the version number of the Mesa distributed with
# XFree86 and stores it in ${_MESA_VERSION}.
@@ -17,7 +17,7 @@
_MESA_GL_VERSION_${_glvers_}?= no
. if exists(${_GL_GL_H})
_MESA_GL_VERSION_${_glvers_}!= \
- if ${EGREP} "\#define[ ]*GL_VERSION_${_glvers_:S/./_/}[ ]*1" ${_GL_GL_H} >/dev/null 2>&1; then \
+ if ${GREP} "\#define[ ]*GL_VERSION_${_glvers_:S/./_/}[ ]*1" ${_GL_GL_H} >/dev/null 2>&1; then \
${ECHO} "yes"; \
else \
${ECHO} "no"; \
Home |
Main Index |
Thread Index |
Old Index