mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b33c94e758
Remove $Id$ from the patch file so the resulting fonts/Imakefile doesn't confuse people. Note this patch file gives a fuzz factor of 1. W/o removing $Id$, patch reports a fuzz factor of 2. Reported by: ports mailing list
19 lines
372 B
Plaintext
19 lines
372 B
Plaintext
--- fonts/Imakefile.orig Mon Nov 4 05:07:24 1996
|
|
+++ fonts/Imakefile Mon Nov 4 05:07:42 1996
|
|
@@ -2,13 +2,14 @@
|
|
|
|
|
|
-OBJS = FontObj(gb16st) FontObj(hku16et)
|
|
+#OBJS = FontObj(gb16st) FontObj(hku16et)
|
|
+OBJS = FontObj(hku16et)
|
|
|
|
FONTINSTDIR = $(FONTDIR)/chinese
|
|
|
|
MakeFonts()
|
|
|
|
-FontTarget(gb16st)
|
|
+#FontTarget(gb16st)
|
|
FontTarget(hku16et)
|
|
|
|
InstallFonts($(FONTINSTDIR))
|