pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/jisx0213fonts Add -c option to ${GUNZIP_CMD} pre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7ab6ba76bbc
branches: trunk
changeset: 471799:e7ab6ba76bbc
user: taca <taca%pkgsrc.org@localhost>
date: Wed Mar 31 06:15:59 2004 +0000
description:
Add -c option to ${GUNZIP_CMD} preventing uncompress distfiles itself.
diffstat:
fonts/jisx0213fonts/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 171f72a03f0d -r e7ab6ba76bbc fonts/jisx0213fonts/Makefile
--- a/fonts/jisx0213fonts/Makefile Wed Mar 31 06:09:19 2004 +0000
+++ b/fonts/jisx0213fonts/Makefile Wed Mar 31 06:15:59 2004 +0000
@@ -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 @@
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:
Home |
Main Index |
Thread Index |
Old Index