pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/tools USE_GNU_TOOLS+=m4 should translate to USE_TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/119ff1033bfc
branches:  trunk
changeset: 493928:119ff1033bfc
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:35:30 2005 +0000

description:
USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the same
meaning.

diffstat:

 mk/tools/replace.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5b0c68677365 -r 119ff1033bfc mk/tools/replace.mk
--- a/mk/tools/replace.mk       Mon May 16 18:25:37 2005 +0000
+++ b/mk/tools/replace.mk       Mon May 16 18:35:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.80 2005/05/16 16:28:54 jlam Exp $
+# $NetBSD: replace.mk,v 1.81 2005/05/16 18:35:30 jlam Exp $
 #
 # This Makefile fragment handles "replacements" of system-supplied
 # tools with pkgsrc versions.
@@ -47,7 +47,7 @@
 # taught to use the new syntax.
 #
 .if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS)
-USE_TOOLS+=    ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^make$/gmake/:S/^sed$/gsed/:S/^yacc$/bison/}
+USE_TOOLS+=    ${USE_GNU_TOOLS:S/^awk$/gawk/:S/^m4$/gm4/:S/^make$/gmake/:S/^sed$/gsed/:S/^yacc$/bison/}
 .endif
 .if defined(USE_TBL) && !empty(USE_TBL:M[yY][eE][sS])
 USE_TOOLS+=    tbl



Home | Main Index | Thread Index | Old Index