diff options
author | shattered <shattered@pkgsrc.org> | 2013-11-16 07:58:00 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2013-11-16 07:58:00 +0000 |
commit | 3c6fc4273a3fd649610282aff7513f8d951efad1 (patch) | |
tree | 0fd90900e535ff104413e6d852f980da00946bab /mk | |
parent | 624db3ee784c609b8db33322fc88365177de16d9 (diff) | |
download | pkgsrc-3c6fc4273a3fd649610282aff7513f8d951efad1.tar.gz |
Fix a pasto (lzip is not lzcat).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |