From 4711dc67bbe010ab7851ef505b372822ecf1b169 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 21:38:02 +0000 Subject: Use gzcat instead of "gunzip -c" for simplicity. --- fonts/XFree86-fontsEncodings/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts') diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common index c469f4619c9..f67edafec30 100644 --- a/fonts/XFree86-fontsEncodings/Makefile.common +++ b/fonts/XFree86-fontsEncodings/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2005/04/11 21:45:47 tv Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/05/15 21:38:02 jlam Exp $ # # Makefile fragment used by XFree86-fonts* packages. @@ -14,7 +14,7 @@ TOPDIR?= ../../.. post-extract: . if defined(FONTS_MISC) cd ${WRKDIR} && \ - ${GUNZIP_CMD} -c ${DISTDIR}/XFree86-${XF_VER}-src-1.tgz | ${GTAR} -xf - \ + ${GZCAT} ${DISTDIR}/XFree86-${XF_VER}-src-1.tgz | ${GTAR} -xf - \ xc/extras/fonts/arabic24 xc/extras/fonts/ClearlyU; . endif @${SED} \ -- cgit v1.2.3