summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-15 21:38:02 +0000
committerjlam <jlam@pkgsrc.org>2005-05-15 21:38:02 +0000
commit9fbcfe35cc3dc9ede3373eae86e9377a0b748dff (patch)
treec47369f745bebae0c94e9c47a33e01aa854e5452 /fonts
parentf1c74f3251b40261bd9e53d538cd4da314a32d6a (diff)
downloadpkgsrc-9fbcfe35cc3dc9ede3373eae86e9377a0b748dff.tar.gz
Use gzcat instead of "gunzip -c" for simplicity.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/XFree86-fontsEncodings/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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} \