1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Don't install the fonts that are part of the X11R6 misc fonts dist.

==> gb16st is no longer a buildable or installable target.

Requested by: Satoshi
This commit is contained in:
David E. O'Brien 1996-11-03 09:34:48 +00:00
parent 489b59cba6
commit ecccd8880e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4275

View File

@ -0,0 +1,19 @@
--- fonts/Imakefile.orig Tue Feb 14 00:35:39 1995
+++ fonts/Imakefile Sun Nov 3 01:19:28 1996
@@ -2,13 +2,14 @@
XCOMM $Id: Imakefile,v 1.2 1995/02/14 08:35:32 ygz Exp $
-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))