diff options
Diffstat (limited to 'editors/openoffice.org-2.0/files/openoffice-wrapper')
-rw-r--r-- | editors/openoffice.org-2.0/files/openoffice-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0/files/openoffice-wrapper b/editors/openoffice.org-2.0/files/openoffice-wrapper index faa22b499767..df5bd1884a98 100644 --- a/editors/openoffice.org-2.0/files/openoffice-wrapper +++ b/editors/openoffice.org-2.0/files/openoffice-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $ -oopath=%%PREFIX%%/OpenOffice.org1.0/program/ +oopath=%%PREFIX%%/OpenOffice.org-643/program/ program=`echo $0 | sed -e 's|.*-||'` case $program in |