From 4c3a5f0f299b1eef9c5124820cefd70abaf11806 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 14 Apr 2008 14:28:34 +0000 Subject: [PATCH] - fix typo that prevents arguments being passed to setofficelang ok kurt@ robert@ --- editors/openoffice/Makefile | 4 ++-- editors/openoffice/files/soffice.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 99f511269fe..f5af3b2209f 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 2008/03/26 13:07:04 sturm Exp $ +# $OpenBSD: Makefile,v 1.70 2008/04/14 14:28:34 jasper Exp $ ONLY_FOR_ARCHS= amd64 i386 @@ -10,7 +10,7 @@ VERSION= 2.3.1 DISTNAME= OOo_${VERSION} WRKDIST= ${WRKDIR}/OOG680_m9 PKGNAME= openoffice-${VERSION} -PKGNAME-main= openoffice-${VERSION}p0 +PKGNAME-main= openoffice-${VERSION}p1 PKGNAME-kde= openoffice-kde-${VERSION} PKGNAME-java= openoffice-java-${VERSION}p0 CATEGORIES= editors productivity diff --git a/editors/openoffice/files/soffice.sh b/editors/openoffice/files/soffice.sh index c295232a82d..31528b445a0 100644 --- a/editors/openoffice/files/soffice.sh +++ b/editors/openoffice/files/soffice.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: soffice.sh,v 1.7 2007/06/01 05:00:04 ajacoutot Exp $ +# $OpenBSD: soffice.sh,v 1.8 2008/04/14 14:28:35 jasper Exp $ # # Since the openoffice-java package may not exist @@ -41,7 +41,7 @@ in exec %%LOCALBASE%%/openoffice/program/spadmin "$@" ;; *setofficelang) - exec %%LOCALBASE%%/openoffice/program/setofficelang "S@" + exec %%LOCALBASE%%/openoffice/program/setofficelang "$@" ;; *) exec %%LOCALBASE%%/openoffice/program/soffice "$@"