1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11-fonts/XFree86-4-fontScalable/files/patch-01
FUJISHIMA Satsuki ade88a5fd9 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

-fontLatin2 has been integrated into -75dpi and -100dpi.

Reviewed by:	maintainer
2001-06-12 15:00:34 +00:00

15 lines
351 B
Plaintext

--- Imakefile.orig Thu Mar 1 09:37:01 2001
+++ Imakefile Tue Jun 5 02:38:03 2001
@@ -18,7 +18,11 @@
PEXDIR = PEX
#endif
+#if defined(FreeBSDBuildXscl) || FreeBSDBuildXscl
+SUBDIRS = $(SCALEDDIR) $(PEXDIR)
+#else
SUBDIRS = $(ENCODINGDIR) util bdf $(SCALEDDIR) $(PEXDIR)
+#endif
#if MakeLocalFontDir
MakeDirectories(install,$(FONTDIR)/local)