diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-25 04:47:21 +0000 |
commit | e7de7e88404ccabf01c6e2d0e9e144f4290d329a (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /archivers/unlzx | |
parent | 268e051e45c12f7ea533d2dcbeb93de72657114c (diff) | |
download | pkgsrc-e7de7e88404ccabf01c6e2d0e9e144f4290d329a.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'archivers/unlzx')
-rw-r--r-- | archivers/unlzx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |