From de15700df42b706560e14761127847f2ae6f1be9 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 19:21:46 +0000 Subject: 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. --- misc/lile/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/lile/Makefile b/misc/lile/Makefile index 5fa4435291d..89f2e3eb397 100644 --- a/misc/lile/Makefile +++ b/misc/lile/Makefile @@ -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 @@ EXTRACT_SUFX= .tar.z MAINTAINER= tech-pkg@NetBSD.org 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; \ -- cgit v1.2.3