summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-28 04:00:15 +0000
committerjlam <jlam>2005-04-28 04:00:15 +0000
commit70d8f189572cc21b66a5de5f59ba4e94fba4511d (patch)
tree0b40e7b015eea3f2af221d73f6f9c007fe673b0e /mk
parentfd0afcc8b7cc7a5418aa2c50ba3470bf50619d3e (diff)
downloadpkgsrc-70d8f189572cc21b66a5de5f59ba4e94fba4511d.tar.gz
Correct the PKGPATH for gsed.
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 3e2630294af..be8bc7ac7d0 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.46 2005/04/28 03:57:39 jlam Exp $
+# $NetBSD: replace.mk,v 1.47 2005/04/28 04:00:15 jlam Exp $
#
# This Makefile fragment handles "replacements" of system-supplied
# tools with pkgsrc versions. The replacements are placed under
@@ -263,7 +263,7 @@ ${_TOOLS_VARNAME.grep}= ${TOOLS_REAL_CMD.grep}
.endif
.if !defined(TOOLS_IGNORE.gsed) && !empty(USE_TOOLS:Mgsed)
-. if !empty(PKGPATH:Mtextproc/sed)
+. if !empty(PKGPATH:Mtextproc/gsed)
MAKEFLAGS+= TOOLS_IGNORE.gsed=
. elif !empty(_TOOLS_USE_PKGSRC.gsed:M[yY][eE][sS])
TOOLS_DEPENDS.gsed?= gsed>=3.0.2:../../textproc/gsed