pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Correct the PKGPATH for gsed.
details: https://anonhg.NetBSD.org/pkgsrc/rev/73918f17d2d7
branches: trunk
changeset: 493137:73918f17d2d7
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Apr 28 04:00:15 2005 +0000
description:
Correct the PKGPATH for gsed.
diffstat:
mk/tools/replace.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 705e496ea9a6 -r 73918f17d2d7 mk/tools/replace.mk
--- a/mk/tools/replace.mk Thu Apr 28 03:57:39 2005 +0000
+++ b/mk/tools/replace.mk Thu Apr 28 04:00:15 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index