summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 19:21:46 +0000
committerjlam <jlam>2005-05-15 19:21:46 +0000
commit9f374a60c152fd4f8e95d390e44a7c7337040bc4 (patch)
tree4355a1e37253d96577c2c52930061646da921535 /misc
parent1ad1cd188686a16a5cba4669b06451c6418fd7f6 (diff)
downloadpkgsrc-9f374a60c152fd4f8e95d390e44a7c7337040bc4.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; \