aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/openoffice-wrapper')
-rw-r--r--editors/openoffice.org-2.0-devel/files/openoffice-wrapper15
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper b/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
deleted file mode 100644
index 7808524518a9..000000000000
--- a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/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