diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 15:12:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-13 15:12:37 +0000 |
commit | 5437b7e2da60857a0c4aa2bf323e356b2cadb90b (patch) | |
tree | 8c4028221e76fa9b4c8c1f0ca5e0693540ef8f3a /editors/abiword | |
parent | 50286cc44a2bcfbb1602cbf185088a758232d87e (diff) | |
download | ports-5437b7e2da60857a0c4aa2bf323e356b2cadb90b.tar.gz ports-5437b7e2da60857a0c4aa2bf323e356b2cadb90b.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/pkg-message | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/editors/abiword/pkg-message b/editors/abiword/pkg-message index 5de823bc5c6b..19078b1c00a6 100644 --- a/editors/abiword/pkg-message +++ b/editors/abiword/pkg-message @@ -1,11 +1,7 @@ In order to use AbiWord, you may have to add one or more lines to your -XF86Config file, usually located in /etc/X11/XF86Config. +XF86Config file, usually located in /etc/X11/XF86Config or /etc/XF86Config. -For any XFree86 version, add the following line to the "Files" section: - - FontPath "${PREFIX}/share/AbiSuite/fonts" - -For XFree86 >= 4, add also the following line to the "Module" section: +For XFree86 >= 4, add the following line to the "Module" section: Load "type1" @@ -14,6 +10,12 @@ For other X servers, please consult your documentation. Also, if you are going to display AbiWord on a remote X server, besides following the instructions above, please make sure that the files in the ${PREFIX}/share/AbiSuite/fonts directory are available to the remote X -server. +server and add the ${PREFIX}/share/AbiSuite/fonts into server's font +path. For XFree86, add the following line to the "Files" section: + + FontPath "${PREFIX}/share/AbiSuite/fonts" + +If you use a different X server, please see its documentation on how to +do this. Finally, re-start your X server. |