aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/openoffice.org-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3/files/openoffice.org-wrapper')
-rw-r--r--editors/openoffice-3/files/openoffice.org-wrapper18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice-3/files/openoffice.org-wrapper b/editors/openoffice-3/files/openoffice.org-wrapper
deleted file mode 100644
index 40d33c578c71..000000000000
--- a/editors/openoffice-3/files/openoffice.org-wrapper
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/Attic/openoffice.org-wrapper,v 1.5 2008-07-12 22:56:44 maho Exp $
-
-oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/%%OOODIR%%
-program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'`
-
-case $program in
-$0)
- $oopath/program/soffice "$@"
- ;;
-setofficelang)
- $oopath/basis-link/program/$program "$@"
- ;;
-*)
- $oopath/program/$program "$@"
- ;;
-esac