aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/Xg/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-07-22 07:34:08 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-07-22 07:34:08 +0000
commit919fa5f0d69cc33cd7c1518096f4fb48ab638619 (patch)
treeec7b80cab27e6245f98f2d49e22c5b03898f1483 /x11-fonts/Xg/files
parent262e08f24abd03081fb6548c316f859d47715467 (diff)
Notes
Diffstat (limited to 'x11-fonts/Xg/files')
-rw-r--r--x11-fonts/Xg/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/Xg/files/patch-aa b/x11-fonts/Xg/files/patch-aa
index 0f57ac582279..c1c4eb35009e 100644
--- a/x11-fonts/Xg/files/patch-aa
+++ b/x11-fonts/Xg/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile~ Sun Aug 13 13:55:37 1995
---- Makefile Sun Aug 13 13:56:11 1995
+*** Makefile.orig Thu Feb 10 04:33:27 2000
+--- Makefile Thu Feb 10 04:34:15 2000
***************
*** 0 ****
--- 1,15 ----
@@ -15,6 +15,6 @@
+ for i in Xg/bdf/*.bdf; do b=$$(basename $$i .bdf); \
+ rm -f $(DESTDIR)/$$b.pcf.Z; \
+ bdftopcf -o $(DESTDIR)/$$b.pcf $$i; \
-+ compress $(DESTDIR)/$$b.pcf; \
++ gzip -nf -9 $(DESTDIR)/$$b.pcf; \
+ done; mkfontdir $(DESTDIR); \
-+ cp Xg/matty/unicode.9.font $(DESTDIR)
++ ${BSD_INSTALL_DATA} Xg/matty/unicode.9.font $(DESTDIR)