diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-21 16:46:37 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-21 16:46:37 +0000 |
commit | bed29149d90539af605c2fef24b8a4c4ca9312b7 (patch) | |
tree | 5aac48a382fa29afafc7992afa1007246350a370 /editors/openoffice.org-1.1 | |
parent | 5de2ee733a7e9a27ef23e8b095864ea728bae96e (diff) | |
download | FreeBSD-ports-bed29149d90539af605c2fef24b8a4c4ca9312b7.zip FreeBSD-ports-bed29149d90539af605c2fef24b8a4c4ca9312b7.tar.gz |
Fix install location.
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/openoffice-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1/files/openoffice-wrapper b/editors/openoffice.org-1.1/files/openoffice-wrapper index d0d3576..c616f47 100644 --- a/editors/openoffice.org-1.1/files/openoffice-wrapper +++ b/editors/openoffice.org-1.1/files/openoffice-wrapper @@ -1,8 +1,8 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $ +# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/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 |