summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-aa
blob: 7f00e9dce47c4062a875f7f2ce7cd18cdec5a859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $

--- doc/FAQ.orig	2003-08-07 08:59:03.000000000 +0200
+++ doc/FAQ	2004-01-01 20:44:46.000000000 +0100
@@ -68,8 +68,8 @@
 
 1.1 How do I test it?
 
-	mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now
-	run:
+	mkdir @PREFIX@/lib/X11/fonts/TrueType and put some *ttf fonts
+        there, now run:
 
 	make xfstt && make install
 	xfstt --sync
@@ -175,11 +175,11 @@
 
 2.4 How does one add fonts?
 
-	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/
+        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
 
 	Now run "xfstt --sync" in order to have the new fonts recognized.
 	Adding fonts while xfstt is running doesn't work yet.
@@ -358,8 +358,8 @@
 
 3.0 How do I put fonts in categories?
 
-	Create some subdirectories in /usr/share/fonts/truetype, e.g.
-	modern, script, brush, old, symbol, ...
+	Create some subdirectories in @PREFIX@/lib/X11/fonts/TrueType,
+        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.