summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-03-31 06:15:59 +0000
committertaca <taca@pkgsrc.org>2004-03-31 06:15:59 +0000
commit24fe4305951247b437f05198d6fd10dcbdac3a22 (patch)
treedf81eec5bd88888c242fda177212feadc707e610 /fonts
parent9c6d9e182654ce19401bfa42ed56c4686d63a003 (diff)
downloadpkgsrc-24fe4305951247b437f05198d6fd10dcbdac3a22.tar.gz
Add -c option to ${GUNZIP_CMD} preventing uncompress distfiles itself.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/jisx0213fonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile
index 2ca2455857f..faa210e82dd 100644
--- a/fonts/jisx0213fonts/Makefile
+++ b/fonts/jisx0213fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/26 08:37:24 uebayasi Exp $
+# $NetBSD: Makefile,v 1.7 2004/03/31 06:15:59 taca Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}
do-extract:
@for f in ${FONTS}; do \
- ${GUNZIP_CMD} ${DISTDIR}/$${f}.bdf.gz >${WRKSRC}/$${f}.bdf; \
+ ${GUNZIP_CMD} -c ${DISTDIR}/$${f}.bdf.gz >${WRKSRC}/$${f}.bdf; \
done
do-build: