From e7de7e88404ccabf01c6e2d0e9e144f4290d329a Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 25 Feb 2002 04:47:21 +0000 Subject: Use the default EXTRACT_CMD instead of a hand-crafted one, as the default is sufficient. --- archivers/unlzx/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'archivers/unlzx') diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index ce088610610..ac33bae7586 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/12/13 17:57:50 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/25 04:47:21 jlam Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.1 @@ -11,8 +11,7 @@ MAINTAINER= packages@netbsd.org COMMENT= Extracts .lzx archives from Amiga systems USE_BUILDLINK_ONLY= # defined -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR} do-build: cd ${WRKSRC} && ${LINK.c} -o unlzx unlzx.c -- cgit v1.2.3