diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-07-31 03:29:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-07-31 03:29:15 +0000 |
commit | c5e756cc4a4dbb3bc4053b7955990155f78894f7 (patch) | |
tree | 8759d19a58a314ad52762cdd4cd111d54467874b /editors | |
parent | 4c44c69fa53617d19d136df24082a9a441428cb9 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1/files/openoffice-wrapper | 6 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/files/openoffice-wrapper | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-1.1/files/openoffice-wrapper b/editors/openoffice-1.1/files/openoffice-wrapper index 5db5d68a71e1..80bf990a9cda 100644 --- a/editors/openoffice-1.1/files/openoffice-wrapper +++ b/editors/openoffice-1.1/files/openoffice-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $ -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` +oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ +program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'` case $program in $0) diff --git a/editors/openoffice.org-1.1/files/openoffice-wrapper b/editors/openoffice.org-1.1/files/openoffice-wrapper index 6cf59663846a..fa1ea3dc6e54 100644 --- a/editors/openoffice.org-1.1/files/openoffice-wrapper +++ b/editors/openoffice.org-1.1/files/openoffice-wrapper @@ -1,9 +1,9 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.13 2004-07-31 03:29:15 maho Exp $ -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` +oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ +program=`echo $0 | sed -e 's|.*-%%ELEASE_NR%%-||'` case $program in $0) |