pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Fix a pasto (lzip is not lzcat).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4913b83473f0
branches:  trunk
changeset: 626588:4913b83473f0
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat Nov 16 07:58:00 2013 +0000

description:
Fix a pasto (lzip is not lzcat).

diffstat:

 mk/tools/replace.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fbf8ea8273c5 -r 4913b83473f0 mk/tools/replace.mk
--- a/mk/tools/replace.mk       Sat Nov 16 07:51:38 2013 +0000
+++ b/mk/tools/replace.mk       Sat Nov 16 07:58:00 2013 +0000
@@ -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 @@
 .  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



Home | Main Index | Thread Index | Old Index