diff options
Diffstat (limited to 'editors/openoffice.org-2.0/files/openoffice-wrapper')
-rw-r--r-- | editors/openoffice.org-2.0/files/openoffice-wrapper | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-2.0/files/openoffice-wrapper b/editors/openoffice.org-2.0/files/openoffice-wrapper deleted file mode 100644 index ee9b30985c6a..000000000000 --- a/editors/openoffice.org-2.0/files/openoffice-wrapper +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.11 2003-09-17 04:06:28 mbr Exp $ - -oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` - -case $program in -$0) - cd $oopath && ./soffice "$@" - ;; - *) - cd $oopath && exec ./$program "$@" - ;; -esac |