diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-29 09:26:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-29 09:26:13 +0000 |
commit | 24653e4650fddad654187a491bdca8455d814a2c (patch) | |
tree | 9fddf0170e688b019dfccc2b664965d6b89f5658 /editors/openoffice.org-1.0 | |
parent | bc291c967c392d5e54417d13f6c537cae2961fe0 (diff) | |
download | ports-24653e4650fddad654187a491bdca8455d814a2c.tar.gz ports-24653e4650fddad654187a491bdca8455d814a2c.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/files/openoffice-wrapper | 19 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/optpatch-freetype (renamed from editors/openoffice.org-1.0/files/optpatch-freetype+patch) | 0 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk | 14 |
3 files changed, 0 insertions, 33 deletions
diff --git a/editors/openoffice.org-1.0/files/openoffice-wrapper b/editors/openoffice.org-1.0/files/openoffice-wrapper deleted file mode 100644 index 4c34abc864cc..000000000000 --- a/editors/openoffice.org-1.0/files/openoffice-wrapper +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $ - -oopath=%%PREFIX%%/OpenOffice.org1.0/program/ -program=`echo $0 | sed -e 's|.*-||'` - -if [ ! $LANG ]; then - export LANG=%%LANG%% -fi - -case $program in -$0) - exec $oopath/soffice "$@" - ;; - *) - exec $oopath/$program "$@" - ;; -esac diff --git a/editors/openoffice.org-1.0/files/optpatch-freetype+patch b/editors/openoffice.org-1.0/files/optpatch-freetype index 287676e14dc0..287676e14dc0 100644 --- a/editors/openoffice.org-1.0/files/optpatch-freetype+patch +++ b/editors/openoffice.org-1.0/files/optpatch-freetype diff --git a/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk b/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk deleted file mode 100644 index 72e5a97234f4..000000000000 --- a/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002 -+++ ../remotebridges/source/unourl_resolver/makefile.mk -@@ -102,9 +102,9 @@ - SHL1VERSIONMAP= $(TARGET).map - - SHL1STDLIBS= \ -+ $(SALLIB) \ - $(CPPULIB) \ -- $(CPPUHELPERLIB) \ -- $(SALLIB) -+ $(CPPUHELPERLIB) - - SHL1DEPN= - SHL1IMPLIB= i$(TARGET) |