summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-15 19:21:46 +0000
committerjlam <jlam@pkgsrc.org>2005-05-15 19:21:46 +0000
commitae43474fd6550d5b397a0c1901a7b363e32d8bf5 (patch)
tree4355a1e37253d96577c2c52930061646da921535 /misc
parentc5a4999c9fa5f2737d82aa7a2137895fb0608afa (diff)
downloadpkgsrc-ae43474fd6550d5b397a0c1901a7b363e32d8bf5.tar.gz
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 (limited to 'misc')
-rw-r--r--misc/lile/Makefile4
1 files changed, 3 insertions, 1 deletions
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; \