summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-15 04:29:48 +0000
committerjlam <jlam>2005-05-15 04:29:48 +0000
commit76d478f26f6a8c58c2b7acced07667425f8ef184 (patch)
tree5b776c1c5a1924e0f083adde28819f6c97ae25dc /benchmarks
parent1b888e31e638abb9da41f73fc26fff9c3061ddee (diff)
downloadpkgsrc-76d478f26f6a8c58c2b7acced07667425f8ef184.tar.gz
Use ${GZCAT} instead of ${GUNZIP_CMD} -c. The former is more succinct,
and is recognized by the tools framework automatically.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/skampi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index bc818f258be..77ef79f0088 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/03/30 19:52:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2005/05/15 04:29:48 jlam Exp $
#
DISTNAME= skampi4
@@ -23,7 +23,7 @@ REPLACE_PERL= report_generator/dorep4.pl
DIST_SUBDIR= ${PKGNAME_NOREV}
do-build:
- ${GUNZIP_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz -c > \
+ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz > \
${WRKSRC}/${DISTNAME}_userman.ps
(cd ${WRKSRC} && \
${PREFIX}/bin/mpicc -o skosfile skosfile.c -lm)