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 /benchmarks/hint | |
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 'benchmarks/hint')
-rw-r--r-- | benchmarks/hint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile index 4a1d80ce3f1..07f14552c61 100644 --- a/benchmarks/hint/Makefile +++ b/benchmarks/hint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:37 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/02/25 04:47:21 jlam Exp $ # FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp # @@ -12,7 +12,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.scl.ameslab.gov/Projects/HINT/ COMMENT= Scalable benchmark for testing CPU and memory performance -EXTRACT_CMD= ${GTAR} -xf ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/unix ALL_TARGET= DOUBLE INT |