From 3c6fc4273a3fd649610282aff7513f8d951efad1 Mon Sep 17 00:00:00 2001 From: shattered Date: Sat, 16 Nov 2013 07:58:00 +0000 Subject: Fix a pasto (lzip is not lzcat). --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 490c311f576..4e92316855d 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.264 2013/11/16 07:45:26 shattered Exp $ +# $NetBSD: replace.mk,v 1.265 2013/11/16 07:58:00 shattered Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -588,7 +588,7 @@ TOOLS_PATH.lha= ${TOOLS_PREFIX.lha}/bin/lha . if !empty(PKGPATH:Marchivers/lzip) MAKEFLAGS+= TOOLS_IGNORE.lzip= . elif !empty(_TOOLS_USE_PKGSRC.lzip:M[yY][eE][sS]) -TOOLS_DEPENDS.lzcat?= lzip>=1.14:../../archivers/lzip +TOOLS_DEPENDS.lzip?= lzip>=1.14:../../archivers/lzip TOOLS_CREATE+= lzip TOOLS_FIND_PREFIX+= TOOLS_PREFIX.lzip=lzip TOOLS_PATH.lzip= ${TOOLS_PREFIX.lzip}/bin/lzip -- cgit v1.2.3