summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-01-15 10:35:08 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-01-15 10:35:08 +0000
commit0be421a66b6f8e8cf16307aac379f400a5e9db1e (patch)
tree4720fd434afc7e0901cdb65aa2255b91b7d3e060 /editors/openoffice-1.1/files
parent- new option WITH_APACHE_LATESTLOG (diff)
Do not make a symlink /usr/bin/soffice ->
/usr/local/bin/OpenOffice.org1.1.4/soffice Reported by: kris
Notes
Notes: svn path=/head/; revision=126494
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp
new file mode 100644
index 000000000000..daba6e99866f
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp
@@ -0,0 +1,20 @@
+Index: scp/source/office/unxbasic.scp
+===================================================================
+RCS file: /cvs/installation/scp/source/office/Attic/unxbasic.scp,v
+retrieving revision 1.49.8.9
+diff -u -r1.49.8.9 unxbasic.scp
+--- scp/source/office/unxbasic.scp 27 Aug 2004 11:43:50 -0000 1.49.8.9
++++ scp/source/office/unxbasic.scp 15 Jan 2005 10:22:08 -0000
+@@ -924,12 +924,6 @@
+ Dim sofficeFile As String
+ Dim linkName As String
+
+- sofficeFile = DirEntry(GetSetupEnv.DestPath, "program", "soffice")
+-
+- linkName = "/usr/bin/soffice"
+-
+- shell("/bin/sh -c " & "'ln -s " & chr(34) & sofficeFile & chr(34) & " " & linkName & " >/dev/null 2>&1'")
+-
+ End Sub
+
+ };