summaryrefslogtreecommitdiff
path: root/archivers/bunzip/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-25 04:47:21 +0000
committerjlam <jlam@pkgsrc.org>2002-02-25 04:47:21 +0000
commite7de7e88404ccabf01c6e2d0e9e144f4290d329a (patch)
treeee8f93aee9b637d1f9475eb86c6e9744c2366f35 /archivers/bunzip/Makefile
parent268e051e45c12f7ea533d2dcbeb93de72657114c (diff)
downloadpkgsrc-e7de7e88404ccabf01c6e2d0e9e144f4290d329a.tar.gz
Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
Diffstat (limited to 'archivers/bunzip/Makefile')
-rw-r--r--archivers/bunzip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/bunzip/Makefile b/archivers/bunzip/Makefile
index 1bb80b88b01..043e2984de5 100644
--- a/archivers/bunzip/Makefile
+++ b/archivers/bunzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:10 agc Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/25 04:47:21 jlam Exp $
DISTNAME= bunzip021.c
PKGNAME= bunzip-0.21
@@ -12,7 +12,6 @@ COMMENT= Decompressor for bzip .bz files
USE_BUILDLINK_ONLY= # defined
WRKSRC= ${WRKDIR}
-EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME}
do-build:
cd ${WRKSRC} && ${LINK.c} -o bunzip ${DISTNAME}