pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/jisx0213fonts replace use of GUNZIP_CMD with GZC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28ae6286b8b3
branches:  trunk
changeset: 471821:28ae6286b8b3
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Mar 31 10:23:59 2004 +0000

description:
replace use of GUNZIP_CMD with GZCAT. minor whitespace tweak.

diffstat:

 fonts/jisx0213fonts/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r bca313c98e84 -r 28ae6286b8b3 fonts/jisx0213fonts/Makefile
--- a/fonts/jisx0213fonts/Makefile      Wed Mar 31 10:23:04 2004 +0000
+++ b/fonts/jisx0213fonts/Makefile      Wed Mar 31 10:23:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/03/31 06:15:59 taca Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/31 10:23:59 grant Exp $
 #
 
 DISTNAME=      jisx0213fonts-0.0
@@ -16,11 +16,11 @@
 FONTDIR=       ${PREFIX}/lib/X11/fonts/local
 FONTS_X11_DIRS=        ${FONTDIR}
 
-WRKSRC=        ${WRKDIR}
+WRKSRC=                ${WRKDIR}
 
 do-extract:
        @for f in ${FONTS}; do \
-               ${GUNZIP_CMD} -c ${DISTDIR}/$${f}.bdf.gz >${WRKSRC}/$${f}.bdf; \
+               ${GZCAT} ${DISTDIR}/$${f}.bdf.gz >${WRKSRC}/$${f}.bdf; \
        done
 
 do-build:



Home | Main Index | Thread Index | Old Index