summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 16:46:37 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 16:46:37 +0000
commit25b5037d3e72c3dce51fe661ac825043bd6ea6a2 (patch)
tree9325a279fdc2b2b366311c6953ff9f9b5844543e /editors
parentUpgrade to 0.6. (diff)
Fix install location.
Notes
Notes: svn path=/head/; revision=68521
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.1-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice-1.1/files/openoffice-wrapper4
-rw-r--r--editors/openoffice-2.0-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice-3-devel/files/openoffice-wrapper2
-rw-r--r--editors/openoffice-3/files/openoffice-wrapper4
-rw-r--r--editors/openoffice-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-1.1-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-1.1/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-2-RC/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-2-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-2.0-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-2.0/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-2/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-3-RC/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-3-devel/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-3/files/openoffice-wrapper4
-rw-r--r--editors/openoffice.org-vcltesttool/files/openoffice-wrapper4
17 files changed, 33 insertions, 33 deletions
diff --git a/editors/openoffice-1.1-devel/files/openoffice-wrapper b/editors/openoffice-1.1-devel/files/openoffice-wrapper
index 196cf4bbf700..519b0b7808e3 100644
--- a/editors/openoffice-1.1-devel/files/openoffice-wrapper
+++ b/editors/openoffice-1.1-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice-1.1/files/openoffice-wrapper b/editors/openoffice-1.1/files/openoffice-wrapper
index 8b517a2c5ef8..1e0c141fbba0 100644
--- a/editors/openoffice-1.1/files/openoffice-wrapper
+++ b/editors/openoffice-1.1/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.1/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice-2.0-devel/files/openoffice-wrapper b/editors/openoffice-2.0-devel/files/openoffice-wrapper
index 8f933481bad6..857ce599c3bc 100644
--- a/editors/openoffice-2.0-devel/files/openoffice-wrapper
+++ b/editors/openoffice-2.0-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-2.0-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice-3-devel/files/openoffice-wrapper b/editors/openoffice-3-devel/files/openoffice-wrapper
index c340890b4387..e4056d41bfe2 100644
--- a/editors/openoffice-3-devel/files/openoffice-wrapper
+++ b/editors/openoffice-3-devel/files/openoffice-wrapper
@@ -2,7 +2,7 @@
#
# $FreeBSD$
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice-3/files/openoffice-wrapper b/editors/openoffice-3/files/openoffice-wrapper
index 94571799138b..7672dcceb365 100644
--- a/editors/openoffice-3/files/openoffice-wrapper
+++ b/editors/openoffice-3/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice-devel/files/openoffice-wrapper b/editors/openoffice-devel/files/openoffice-wrapper
index b087ee7bf1d1..e1584ec95cd8 100644
--- a/editors/openoffice-devel/files/openoffice-wrapper
+++ b/editors/openoffice-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper b/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
index a0f2d735a381..cc1e59a0f1a1 100644
--- a/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
+++ b/editors/openoffice.org-1.1-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-1.1/files/openoffice-wrapper b/editors/openoffice.org-1.1/files/openoffice-wrapper
index d0d3576b2103..c616f47e44cc 100644
--- a/editors/openoffice.org-1.1/files/openoffice-wrapper
+++ b/editors/openoffice.org-1.1/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.1/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-2-RC/files/openoffice-wrapper b/editors/openoffice.org-2-RC/files/openoffice-wrapper
index 1f525afc0f8e..2d883f3c04db 100644
--- a/editors/openoffice.org-2-RC/files/openoffice-wrapper
+++ b/editors/openoffice.org-2-RC/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-RC/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-2-devel/files/openoffice-wrapper b/editors/openoffice.org-2-devel/files/openoffice-wrapper
index 17aa55ae8162..c87895c4a489 100644
--- a/editors/openoffice.org-2-devel/files/openoffice-wrapper
+++ b/editors/openoffice.org-2-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper b/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
index 86a37a044a7a..f868e7a0c7ac 100644
--- a/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
+++ b/editors/openoffice.org-2.0-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-2.0/files/openoffice-wrapper b/editors/openoffice.org-2.0/files/openoffice-wrapper
index faa22b499767..df5bd1884a98 100644
--- a/editors/openoffice.org-2.0/files/openoffice-wrapper
+++ b/editors/openoffice.org-2.0/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2.0/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-2/files/openoffice-wrapper b/editors/openoffice.org-2/files/openoffice-wrapper
index b100b11f266a..bc37b517380a 100644
--- a/editors/openoffice.org-2/files/openoffice-wrapper
+++ b/editors/openoffice.org-2/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-2/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-3-RC/files/openoffice-wrapper b/editors/openoffice.org-3-RC/files/openoffice-wrapper
index 72aefffb80d1..fe3fbae31306 100644
--- a/editors/openoffice.org-3-RC/files/openoffice-wrapper
+++ b/editors/openoffice.org-3-RC/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-RC/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-3-devel/files/openoffice-wrapper b/editors/openoffice.org-3-devel/files/openoffice-wrapper
index 53d0505f83ab..f2947a042c99 100644
--- a/editors/openoffice.org-3-devel/files/openoffice-wrapper
+++ b/editors/openoffice.org-3-devel/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3-devel/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-3/files/openoffice-wrapper b/editors/openoffice.org-3/files/openoffice-wrapper
index 2f9bcb16f5c5..1df652bf5363 100644
--- a/editors/openoffice.org-3/files/openoffice-wrapper
+++ b/editors/openoffice.org-3/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-3/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in
diff --git a/editors/openoffice.org-vcltesttool/files/openoffice-wrapper b/editors/openoffice.org-vcltesttool/files/openoffice-wrapper
index 0c4c39408380..f119102c4f2a 100644
--- a/editors/openoffice.org-vcltesttool/files/openoffice-wrapper
+++ b/editors/openoffice.org-vcltesttool/files/openoffice-wrapper
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.1 2002-10-18 22:41:29 mbr Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-vcltesttool/files/Attic/openoffice-wrapper,v 1.2 2002-10-21 16:46:37 mbr Exp $
-oopath=%%PREFIX%%/OpenOffice.org1.0/program/
+oopath=%%PREFIX%%/OpenOffice.org-643/program/
program=`echo $0 | sed -e 's|.*-||'`
case $program in