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 | |
parent | d390477901e8215153898980bd330620edd48ea5 (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')
-rw-r--r-- | editors/AbiWord/Makefile | 3 | ||||
-rw-r--r-- | editors/AbiWord/pkg-message | 11 | ||||
-rw-r--r-- | editors/AbiWord2/Makefile | 3 | ||||
-rw-r--r-- | editors/AbiWord2/pkg-message | 11 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-devel/pkg-message | 11 | ||||
-rw-r--r-- | editors/abiword/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/pkg-message | 11 |
8 files changed, 56 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. diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 5f361578f996..aa6c3c71b66f 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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/AbiWord2/pkg-message b/editors/AbiWord2/pkg-message new file mode 100644 index 000000000000..ae50951f2512 --- /dev/null +++ b/editors/AbiWord2/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. diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 5f361578f996..aa6c3c71b66f 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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-devel/pkg-message b/editors/abiword-devel/pkg-message new file mode 100644 index 000000000000..ae50951f2512 --- /dev/null +++ b/editors/abiword-devel/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. 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. |