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