head	1.3;
access;
symbols
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	old_RELEASE_5_2_0:1.1
	old_RELEASE_4_9_0:1.1
	old_RELEASE_5_1_0:1.1
	old_RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2010.09.05.01.06.42;	author dougb;	state dead;
branches;
next	1.2;

1.2
date	2004.01.09.09.06.58;	author mbr;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.05.14.11.27;	author mbr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
@
text
@#!/bin/sh
#
#

sopath=%%PREFIX%%/staroffice7.0/program/
program=`echo $0 | sed -e 's|.*-||'`

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


1.2
log
@Add german port of staroffice7.0
@
text
@@


1.1
log
@Add staroffice6 wrapper script.
@
text
@d3 1
a3 1
# $FreeBSD: $
d5 1
a5 1
sopath=%%PREFIX%%/staroffice6.0/program/
@

