summaryrefslogtreecommitdiff
path: root/fonts/intlfonts/pkg/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/intlfonts/pkg/MESSAGE')
-rw-r--r--fonts/intlfonts/pkg/MESSAGE19
1 files changed, 12 insertions, 7 deletions
diff --git a/fonts/intlfonts/pkg/MESSAGE b/fonts/intlfonts/pkg/MESSAGE
index 697ab57c864..3f1d8dbd1d8 100644
--- a/fonts/intlfonts/pkg/MESSAGE
+++ b/fonts/intlfonts/pkg/MESSAGE
@@ -1,7 +1,10 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.2 2001/01/29 11:34:27 wiz Exp $
+
You can tell one existing X session on the installed host to use the
new "intlfonts" fonts with:
- $ xset +fp @PREFIX@/lib/X11/fonts/intlfonts
+ $ xset +fp ${PREFIX}/lib/X11/fonts/intlfonts
To make the effect permanent for future X sessions, you will have to
edit certain files in yout X installation.
@@ -19,9 +22,11 @@ intlfonts install directory to the xfs/config file in the comma
separated list of directories given for the "catalogue" setting.
For example:
- catalogue = @PREFIX@/lib/X11/fonts/misc/,
- @PREFIX@/lib/X11/fonts/Speedo/,
- @PREFIX@/lib/X11/fonts/Type1/,
- @PREFIX@/lib/X11/fonts/100dpi/,
- @PREFIX@/lib/X11/fonts/75dpi/,
- @PREFIX@/lib/X11/fonts/intlfonts/
+ catalogue = ${PREFIX}/lib/X11/fonts/misc/,
+ ${PREFIX}/lib/X11/fonts/Speedo/,
+ ${PREFIX}/lib/X11/fonts/Type1/,
+ ${PREFIX}/lib/X11/fonts/100dpi/,
+ ${PREFIX}/lib/X11/fonts/75dpi/,
+ ${PREFIX}/lib/X11/fonts/intlfonts/
+
+======================================================================