diff options
author | jlam <jlam> | 2005-05-15 19:21:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 19:21:46 +0000 |
commit | de15700df42b706560e14761127847f2ae6f1be9 (patch) | |
tree | 4355a1e37253d96577c2c52930061646da921535 /misc | |
parent | 993d5028516cd0f6eff69fff4a52b9e65d2c83f6 (diff) | |
download | pkgsrc-de15700df42b706560e14761127847f2ae6f1be9.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/Makefile | 4 |
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; \ |