diff options
author | maho <maho@FreeBSD.org> | 2005-12-23 11:06:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-12-23 11:06:18 +0800 |
commit | c5e73d031f1ee8084c09078eb2b75dfe9a73cd89 (patch) | |
tree | e37b8f8a94885ca11db7f5d8b6a279fbc7ebb9e0 /editors/openoffice.org-2-devel/files | |
parent | 005ef1138963dea4ef61279273fd69a69706d205 (diff) | |
download | freebsd-ports-graphics-c5e73d031f1ee8084c09078eb2b75dfe9a73cd89.tar.gz freebsd-ports-graphics-c5e73d031f1ee8084c09078eb2b75dfe9a73cd89.tar.zst freebsd-ports-graphics-c5e73d031f1ee8084c09078eb2b75dfe9a73cd89.zip |
Update to SRC680_m146
Diffstat (limited to 'editors/openoffice.org-2-devel/files')
-rw-r--r-- | editors/openoffice.org-2-devel/files/openoffice.org-wrapper | 4 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/files/pkg-message.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/openoffice.org-2-devel/files/openoffice.org-wrapper b/editors/openoffice.org-2-devel/files/openoffice.org-wrapper index f5bd1a8f5fd..857170b2117 100644 --- a/editors/openoffice.org-2-devel/files/openoffice.org-wrapper +++ b/editors/openoffice.org-2-devel/files/openoffice.org-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 01:44:40 maho Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice.org-wrapper,v 1.2 2005-12-23 03:06:18 maho Exp $ oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%m%%MILESTONE%%-||'` +program=`echo $0 | sed -e 's|.*-%%OOOTAG%%-||'` case $program in $0) diff --git a/editors/openoffice.org-2-devel/files/pkg-message.in b/editors/openoffice.org-2-devel/files/pkg-message.in index 197e0ddd1e2..03a7ca76151 100644 --- a/editors/openoffice.org-2-devel/files/pkg-message.in +++ b/editors/openoffice.org-2-devel/files/pkg-message.in @@ -1,9 +1,9 @@ -OpenOffice.org Build %%RELEASE_NR%%m%%MILESTONE%% Personal Install How-To +OpenOffice.org Build %%OOOTAG%% 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 +OpenOffice.org %%OOOTAG%% will soon been installed in %%PREFIX%%/%%EXECBASE%% 1. User installation @@ -13,7 +13,7 @@ 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 an installed JDK. -The setup installs a ".openoffice.org%%RELEASE_NR%%.%%MILESTONE%%" folder +The setup installs a ".openoffice.org2" folder in your homedir. 2. Starting OO.org |