From 54186510884709e14d7b2a25e21b68c338a398ff Mon Sep 17 00:00:00 2001 From: rtr Date: Tue, 9 Mar 2004 13:25:49 +0000 Subject: [PATCH] Specifically site Speedo as being the only fonts that use a static in-tree fonts.scale. --- x11/share/fonts/scaled/Makefile.scaled | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/x11/share/fonts/scaled/Makefile.scaled b/x11/share/fonts/scaled/Makefile.scaled index 9ece77b04b1b..aa545c819a4a 100644 --- a/x11/share/fonts/scaled/Makefile.scaled +++ b/x11/share/fonts/scaled/Makefile.scaled @@ -1,11 +1,9 @@ -# $NetBSD: Makefile.scaled,v 1.2 2004/03/06 03:13:06 rtr Exp $ +# $NetBSD: Makefile.scaled,v 1.3 2004/03/09 13:25:49 rtr Exp $ FILESDIR= ${X11FONTDIR}/${FONTSUBDIR} .PATH: ${X11SRCDIR.xc}/fonts/scaled/${FONTSUBDIR} -.if ${FONTSUBDIR} != "CID" && \ - ${FONTSUBDIR} != "TTF" && \ - ${FONTSUBDIR} != "Type1" +.if ${FONTSUBDIR} == "Speedo" FILES+= fonts.scale .endif