diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 13:27:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-20 13:27:17 +0000 |
commit | 0fac8b3bf5a411782716eeeaba6a46d423b13ec9 (patch) | |
tree | 5cd5056f335d9f260d891d70272784a1952ab141 /editors/AbiWord | |
parent | Handle snprintf() returning -1. (diff) |
Warn a user that if he wants to display AbiWord on the remote X terminal
than he neesd to make fonts available to remote X server.
Notes
Notes:
svn path=/head/; revision=46538
Diffstat (limited to 'editors/AbiWord')
-rw-r--r-- | editors/AbiWord/Makefile | 3 | ||||
-rw-r--r-- | editors/AbiWord/pkg-message | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index 5f361578f996..aa6c3c71b66f 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -44,4 +44,7 @@ pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/editors/AbiWord/pkg-message b/editors/AbiWord/pkg-message new file mode 100644 index 000000000000..ae50951f2512 --- /dev/null +++ b/editors/AbiWord/pkg-message @@ -0,0 +1,11 @@ +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: + +FontPath "${PREFIX}/share/AbiSuite/fonts" + +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. + +Then re-start your X server. |