diff options
Diffstat (limited to 'editors/openoffice.org-3/files/openoffice-wrapper')
-rw-r--r-- | editors/openoffice.org-3/files/openoffice-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3/files/openoffice-wrapper b/editors/openoffice.org-3/files/openoffice-wrapper index dc5d652..a43a2b4 100644 --- a/editors/openoffice.org-3/files/openoffice-wrapper +++ b/editors/openoffice.org-3/files/openoffice-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.13 2004-06-13 23:57:01 maho Exp $ -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ +oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` case $program in |