aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/openoffice.org-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-3/files/openoffice.org-wrapper')
-rw-r--r--editors/openoffice.org-3/files/openoffice.org-wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-3/files/openoffice.org-wrapper b/editors/openoffice.org-3/files/openoffice.org-wrapper
deleted file mode 100644
index 178a6f7ae492..000000000000
--- a/editors/openoffice.org-3/files/openoffice.org-wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice.org-wrapper,v 1.2 2005-08-29 01:06:13 maho Exp $
-
-oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/
-program=`echo $0 | sed -e 's|.*-%%PORTVERSION%%-||'`
-
-case $program in
-$0)
- $oopath/soffice "$@"
- ;;
- *)
- $oopath/$program "$@"
- ;;
-esac