summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files/openoffice-wrapper')
-rw-r--r--editors/openoffice.org-1.1-devel/files/openoffice-wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper b/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
deleted file mode 100644
index cc1e59a0f1a1..000000000000
--- a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-
-oopath=%%PREFIX%%/OpenOffice.org-643/program/
-program=`echo $0 | sed -e 's|.*-||'`
-
-case $program in
-$0)
- exec $oopath/soffice "$@"
- ;;
- *)
- exec $oopath/$program "$@"
- ;;
-esac