aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/openoffice.org-wrapper
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /editors/openoffice.org-3/files/openoffice.org-wrapper
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
downloadports-fa4a943c17e47bf910596a414fd7287983350b9b.tar.gz
ports-fa4a943c17e47bf910596a414fd7287983350b9b.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
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 d9a2d75ac3ac..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.3 2006-04-20 21:56:12 maho Exp $
-
-oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/
-program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'`
-
-case $program in
-$0)
- $oopath/soffice "$@"
- ;;
- *)
- $oopath/$program "$@"
- ;;
-esac