diff options
author | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-25 04:47:21 +0000 |
commit | 5487669cffeb698e3ab2961ac81dd5f4ef8f5472 (patch) | |
tree | ee8f93aee9b637d1f9475eb86c6e9744c2366f35 /archivers/unlzx/Makefile | |
parent | c066cd8fcb5a4753d5a5386ee1276d7b786fd19b (diff) | |
download | pkgsrc-5487669cffeb698e3ab2961ac81dd5f4ef8f5472.tar.gz |
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'archivers/unlzx/Makefile')
-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 |