diff options
Diffstat (limited to 'x11/xfstt/patches/patch-aa')
-rw-r--r-- | x11/xfstt/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xfstt/patches/patch-aa b/x11/xfstt/patches/patch-aa index 7f00e9dce47..655c7235a53 100644 --- a/x11/xfstt/patches/patch-aa +++ b/x11/xfstt/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $ +$NetBSD: patch-aa,v 1.5 2004/01/25 20:46:19 wiz Exp $ --- doc/FAQ.orig 2003-08-07 08:59:03.000000000 +0200 +++ doc/FAQ 2004-01-01 20:44:46.000000000 +0100 @@ -8,7 +8,7 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $ - mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now - run: -+ mkdir @PREFIX@/lib/X11/fonts/TrueType and put some *ttf fonts ++ mkdir @PREFIX@/lib/X11/fonts/TTF and put some *ttf fonts + there, now run: make xfstt && make install @@ -20,12 +20,12 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $ - Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or - put some softlinks to font directories in there. A typical example - is: -+ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TrueType/ ++ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TTF/ + directory or put some softlinks to font directories in there. + A typical example is: - ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts -+ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TrueType/winfonts ++ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TTF/winfonts Now run "xfstt --sync" in order to have the new fonts recognized. Adding fonts while xfstt is running doesn't work yet. @@ -35,7 +35,7 @@ $NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $ - Create some subdirectories in /usr/share/fonts/truetype, e.g. - modern, script, brush, old, symbol, ... -+ Create some subdirectories in @PREFIX@/lib/X11/fonts/TrueType, ++ Create some subdirectories in @PREFIX@/lib/X11/fonts/TTF, + e.g. modern, script, brush, old, symbol, ... and put the appropriate fonts in there. The corresponding font names will be -modern-*, -script-*, -brush-* and so on. |