diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-01-10 12:29:16 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-01-10 12:29:16 +0000 |
commit | caa1db4c15774058ed8532eb1a8c86f7f4529b20 (patch) | |
tree | d99bf06a43a7a131f924f3ece5637ed5545fe1c3 /editors/openoffice.org-2-devel | |
parent | 242d41a6f0f736cee4d2f98fa9b1f9778af62026 (diff) | |
download | ports-caa1db4c15774058ed8532eb1a8c86f7f4529b20.tar.gz ports-caa1db4c15774058ed8532eb1a8c86f7f4529b20.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/pkg-message.in | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/pkg-message.in b/editors/openoffice.org-2-devel/files/pkg-message.in new file mode 100644 index 000000000000..63e3317a1568 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/pkg-message.in @@ -0,0 +1,53 @@ +OpenOffice.org Build %%RELEASE_NR%%m%%MILESTONE%% Personal Install How-To + +Written by: Martin Blapp <mbr@freebsd.org> + and Maho Nakata <maho@FreeBSD.org> + +OpenOffice.org %%RELEASE_NR%%m%%MILESTONE%% will soon been installed in +%%PREFIX%%/%%EXECBASE%% + +1 User installation +------------------- + +Just type "%%EXECBASE%%" after you have successfully +installed the package. If there is no installed +OO.org dir in your homedir, you'll be prompted to +install some files and choose a installed JDK. +The setup installs a ".openoffice.org%%RELEASE_NR%%.%%MILESTONE%%" folder +in your homedir. + +If the setup tells you there is already an installed +version, you may look at the file ".sversionrc" in +your homedir. In this file OpenOffice and StarOffice +have both a line for each version which is installed. +After removing the problematic line you should be able to +install again. + +2 Start OO.org +-------------- + +There are some wrappers installed for fast startup. +Add "%%PREFIX%%/bin/" to your PATH and you will be able +to use them. + +%%PREFIX%%/bin/%%EXECBASE%% +%%PREFIX%%/bin/%%EXECBASE%%-sagenda +%%PREFIX%%/bin/%%EXECBASE%%-scalc +%%PREFIX%%/bin/%%EXECBASE%%-sdraw +%%PREFIX%%/bin/%%EXECBASE%%-setup +%%PREFIX%%/bin/%%EXECBASE%%-sfax +%%PREFIX%%/bin/%%EXECBASE%%-simpress +%%PREFIX%%/bin/%%EXECBASE%%-spadmin +%%PREFIX%%/bin/%%EXECBASE%%-sweb +%%PREFIX%%/bin/%%EXECBASE%%-swriter + +OO.org does need $LANG to be set to a suitable value. + +3 If you stuck into a trouble +-------------------------------------------------- +Somehow you can stuck into a trouble. +To solve this issue, please remove the already installed +".openoffice.org%%RELEASE_NR%%.%%MILESTONE%%" dir in your homedir and remove the +appropriate entry from ".sversionrc". After you have done +this, redo the user installation and the problem will +go away. |