pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/XFree86-fontsEncodings Use gzcat instead of "gun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d308c8f2f9c
branches:  trunk
changeset: 493848:3d308c8f2f9c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun May 15 21:38:02 2005 +0000

description:
Use gzcat instead of "gunzip -c" for simplicity.

diffstat:

 fonts/XFree86-fontsEncodings/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4bbf29d71364 -r 3d308c8f2f9c fonts/XFree86-fontsEncodings/Makefile.common
--- a/fonts/XFree86-fontsEncodings/Makefile.common      Sun May 15 21:32:42 2005 +0000
+++ b/fonts/XFree86-fontsEncodings/Makefile.common      Sun May 15 21:38:02 2005 +0000
@@ -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 @@
 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} \



Home | Main Index | Thread Index | Old Index