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 92dfcdb6e9b6..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.13 2004-06-13 23:57:01 maho Exp $ - -oopath=%%PREFIX%%/OpenOffice.org%%RELEASE_NR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'` - -case $program in -$0) - $oopath/soffice "$@" - ;; - *) - $oopath/$program "$@" - ;; -esac |