diff options
Diffstat (limited to 'editors/openoffice.org-3-RC/files/openoffice.org-wrapper')
-rw-r--r-- | editors/openoffice.org-3-RC/files/openoffice.org-wrapper | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-3-RC/files/openoffice.org-wrapper b/editors/openoffice.org-3-RC/files/openoffice.org-wrapper deleted file mode 100644 index 6ab393c5fdf3..000000000000 --- a/editors/openoffice.org-3-RC/files/openoffice.org-wrapper +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice.org-wrapper,v 1.1 2005-07-29 01:44:40 maho Exp $ - -oopath=%%PREFIX%%/%%INSTALLATION_BASEDIR%%/program/ -program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%m%%MILESTONE%%-||'` - -case $program in -$0) - $oopath/soffice "$@" - ;; - *) - $oopath/$program "$@" - ;; -esac |