summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/openoffice.org-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/openoffice.org-wrapper')
-rw-r--r--editors/openoffice.org-1.0/files/openoffice.org-wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-1.0/files/openoffice.org-wrapper b/editors/openoffice.org-1.0/files/openoffice.org-wrapper
deleted file mode 100644
index 7983bbc65e62..000000000000
--- a/editors/openoffice.org-1.0/files/openoffice.org-wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.0/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 02:16:38 maho Exp $
-
-oopath=%%PREFIX%%/OpenOffice.org1.0.3/program/
-program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`
-
-case $program in
-$0)
- exec $oopath/soffice "$@"
- ;;
- *)
- exec $oopath/$program "$@"
- ;;
-esac