summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2004-03-31 06:15:59 +0000
committertaca <taca>2004-03-31 06:15:59 +0000
commit8823fccdc3388e2832ecdb000fee7b7aa4e15e34 (patch)
treedf81eec5bd88888c242fda177212feadc707e610
parent97b9de1ef4d6a481086c47d1e1ca8aa065b6ef13 (diff)
downloadpkgsrc-8823fccdc3388e2832ecdb000fee7b7aa4e15e34.tar.gz
Add -c option to ${GUNZIP_CMD} preventing uncompress distfiles itself.
-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: