summaryrefslogblamecommitdiff
path: root/editors/openoffice.org-3/files/openoffice-wrapper
blob: dc5d6523297b2db3c8ebb31ee54f18370c01ca7f (plain) (tree)
1
2
3
4
5
6
7
8
9

         
                                                                                                                        
 
                                                        
                                                   


                
                            

          
                             

          
#!/bin/sh
#
# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.12 2003-09-25 22:43:58 mbr Exp $

oopath=%%PREFIX%%/OpenOffice.org%%FRELEASE_NR%%/program/
program=`echo $0 | sed -e 's|.*-%%RELEASE_NR%%-||'`

case $program in
$0)
	$oopath/soffice "$@"
	;;
	*)
	$oopath/$program "$@"
	;;
esac