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/undms | |
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/undms')
-rw-r--r-- | archivers/undms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index c556f10386f..deac4b19e6f 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:11 agc Exp $ +# $NetBSD: Makefile,v 1.6 2002/02/25 04:47:21 jlam Exp $ DISTNAME= undms-1.3.c PKGNAME= undms-1.3 @@ -12,7 +12,6 @@ COMMENT= Converts .dms Amiga disk images to uncompressed .adf images USE_BUILDLINK_ONLY= # defined WRKSRC= ${WRKDIR} -EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} do-build: cd ${WRKSRC} && ${LINK.c} -o undms undms-1.3.c |