summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 18:35:30 +0000
committerjlam <jlam>2005-05-16 18:35:30 +0000
commitd5b2805ca52d3510d7e2bf1c1b97b44609ad2564 (patch)
tree3c556b23931c4410df13745f84be0549351ca594 /mk
parent5130c1850571cc7b9c4a53565a757a2c0ef8a0d5 (diff)
downloadpkgsrc-d5b2805ca52d3510d7e2bf1c1b97b44609ad2564.tar.gz
USE_GNU_TOOLS+=m4 should translate to USE_TOOLS+=gm4 to get the same
meaning.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index d7f66d162d7..1823aa6eca2 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -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