diff options
author | ade <ade@FreeBSD.org> | 2002-02-13 04:04:56 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-02-13 04:04:56 +0000 |
commit | c5b116c2a00be5fc2df0ffb8929b688c975f6676 (patch) | |
tree | 08e530fe9b5d5e3f3cf405b661ff5ef519088332 /editors/abiword | |
parent | d88126a61ab70cf63f62c8364a145a980869b020 (diff) | |
download | FreeBSD-ports-c5b116c2a00be5fc2df0ffb8929b688c975f6676.zip FreeBSD-ports-c5b116c2a00be5fc2df0ffb8929b688c975f6676.tar.gz |
Add verbiage to pkg-message giving better instructions on how to enable
the AbiWord fonts and have a much more pleasant experience.
PR: 30912
Submitted by: Marco Molteni <molter@tin.it>
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/pkg-message | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/editors/abiword/pkg-message b/editors/abiword/pkg-message index ae50951..5de823b 100644 --- a/editors/abiword/pkg-message +++ b/editors/abiword/pkg-message @@ -1,11 +1,19 @@ -If you are going to display AbiWord on the remote X server please make sure -that files from the ${PREFIX}/share/AbiSuite/fonts directory available to -your remote X server and add ${PREFIX}/share/AbiSuite/fonts into server's -font path. For XFree86, add the line: +In order to use AbiWord, you may have to add one or more lines to your +XF86Config file, usually located in /etc/X11/XF86Config. -FontPath "${PREFIX}/share/AbiSuite/fonts" +For any XFree86 version, add the following line to the "Files" section: -in the "Files" section of your /etc/XF86Config file. If you use a different -X server, please see its documentation on how to do this. + FontPath "${PREFIX}/share/AbiSuite/fonts" -Then re-start your X server. +For XFree86 >= 4, add also the following line to the "Module" section: + + Load "type1" + +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. + +Finally, re-start your X server. |