pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/skampi Use ${GZCAT} instead of ${GUNZIP_CMD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/980ef81f623b
branches:  trunk
changeset: 493803:980ef81f623b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 04:29:48 2005 +0000

description:
Use ${GZCAT} instead of ${GUNZIP_CMD} -c.  The former is more succinct,
and is recognized by the tools framework automatically.

diffstat:

 benchmarks/skampi/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5419281bda54 -r 980ef81f623b benchmarks/skampi/Makefile
--- a/benchmarks/skampi/Makefile        Sun May 15 04:26:24 2005 +0000
+++ b/benchmarks/skampi/Makefile        Sun May 15 04:29:48 2005 +0000
@@ -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 @@
 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)



Home | Main Index | Thread Index | Old Index