diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-15 19:21:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-15 19:21:46 +0000 |
commit | ebb262179232a472c4969e52db66fcb34ec368ce (patch) | |
tree | 4355a1e37253d96577c2c52930061646da921535 | |
parent | 23e63be9eb5e86cd1e10d1356b140396e4be7987 (diff) | |
download | pkgsrc-ebb262179232a472c4969e52db66fcb34ec368ce.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.
-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; \ |