pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/lile bsd.pkg.extract.mk doesn't know about files ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32dcc53a0a43
branches:  trunk
changeset: 493834:32dcc53a0a43
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 19:21:46 2005 +0000

description:
bsd.pkg.extract.mk doesn't know about files that end in ".z".  Use the
default extraction command, but explicitly specify the need for gzcat.

diffstat:

 misc/lile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4873465e9be1 -r 32dcc53a0a43 misc/lile/Makefile
--- a/misc/lile/Makefile        Sun May 15 19:13:39 2005 +0000
+++ b/misc/lile/Makefile        Sun May 15 19:21:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/15 19:21:46 jlam Exp $
 
 DISTNAME=      lile-2.0
 PKGNAME=       ile-2.0
@@ -9,6 +9,8 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Input Line Editor that wraps itself around programs
 
+PKGSRC_USE_TOOLS+=     gzcat
+
 post-patch:
        @(cd ${WRKSRC}; ${SED} "s,/usr/local,${PREFIX}," Makefile       \
                > Makefile.done; ${MV} Makefile.done Makefile;          \



Home | Main Index | Thread Index | Old Index