Module Name: src
Committed By: perry
Date: Tue Mar 31 21:18:37 UTC 2009
Modified Files:
src/external/mit/xorg/share/fonts: Makefile.bdf
Log Message:
add -n to gzip invocation
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/share/fonts/Makefile.bdf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/share/fonts/Makefile.bdf
diff -u src/external/mit/xorg/share/fonts/Makefile.bdf:1.1.1.1 src/external/mit/xorg/share/fonts/Makefile.bdf:1.2
--- src/external/mit/xorg/share/fonts/Makefile.bdf:1.1.1.1 Tue Jul 29 05:01:23 2008
+++ src/external/mit/xorg/share/fonts/Makefile.bdf Tue Mar 31 21:18:36 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bdf,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
+# $NetBSD: Makefile.bdf,v 1.2 2009/03/31 21:18:36 perry Exp $
# Font files built using this makefile are cleaned in two ways:
#
@@ -17,7 +17,7 @@
.PATH: ${X11SRCDIR.${FONTSRCPKG}}
FONTSUFFIX= .gz
-FONTGZIP= | gzip ${GZIPLEVEL:U-9} -cf
+FONTGZIP= | gzip ${GZIPLEVEL:U-9} -ncf
.include "${NETBSDSRCDIR}/external/mit/xorg/tools/bdftopcf/Makefile.bdftopcf"
.include "${NETBSDSRCDIR}/external/mit/xorg/tools/ucs2any/Makefile.ucs2any"