summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-02-13 04:04:56 +0000
committerAde Lovett <ade@FreeBSD.org>2002-02-13 04:04:56 +0000
commit2641883c3898e010de109ffd5539d125ffc373d7 (patch)
tree6286c872cc87ffd1f189f9d6c5ca0a61778c6969 /editors/abiword
parentBroken is removed, Package will display the message. (diff)
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>
Notes
Notes: svn path=/head/; revision=54641
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/pkg-message24
1 files changed, 16 insertions, 8 deletions
diff --git a/editors/abiword/pkg-message b/editors/abiword/pkg-message
index ae50951f2512..5de823bc5c6b 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.