summaryrefslogtreecommitdiffstats
path: root/www/horde2/files
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-05-15 10:46:32 +0000
committersada <sada@FreeBSD.org>2002-05-15 10:46:32 +0000
commit684f0e024d8a396021234ae8a2780075bfe1e949 (patch)
tree4eb0c9b266f07c7714e50aee90cecc8589e4b0bf /www/horde2/files
parent921c7c2a10424a63b4e3d6dce6dc3b3fb18fe4d8 (diff)
downloadFreeBSD-ports-684f0e024d8a396021234ae8a2780075bfe1e949.zip
FreeBSD-ports-684f0e024d8a396021234ae8a2780075bfe1e949.tar.gz
Since 2002/02/27 (v. 0.4), bin/xlhtml and bin/ppthtml have been lowercased,
but imp3 is looking for bin/xlHtml and bin/pptHtml. PR: ports/35739 Submitted by: maintainer Pointed out by: Scott Sipe <css3@duke.edu>
Diffstat (limited to 'www/horde2/files')
-rw-r--r--www/horde2/files/patch-mime_drivers.php.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde2/files/patch-mime_drivers.php.dist b/www/horde2/files/patch-mime_drivers.php.dist
index 73cec6a..32ded85 100644
--- a/www/horde2/files/patch-mime_drivers.php.dist
+++ b/www/horde2/files/patch-mime_drivers.php.dist
@@ -134,7 +134,7 @@
-// 'x-extension/xls');
-// $mime_drivers['horde']['msexcel']['icons'] = array(
-// 'default' => 'msexcel.gif');
-+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlHtml';
++//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['location'] = '%%LOCALBASE%%/bin/xlhtml';
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['inline'] = false;
+//UNCOMMENTIFXL $mime_drivers['horde']['msexcel']['handles'] = array(
+//UNCOMMENTIFXL 'application/vnd.ms-excel',
@@ -157,7 +157,7 @@
-// 'x-extension/ppt');
-// $mime_drivers['horde']['mspowerpoint']['icons'] = array(
-// 'default' => 'mspowerpoint.gif');
-+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/pptHtml';
++//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['location'] = '%%LOCALBASE%%/bin/ppthtml';
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['inline'] = false;
+//UNCOMMENTIFXL $mime_drivers['horde']['mspowerpoint']['handles'] = array(
+//UNCOMMENTIFXL 'application/vnd.ms-powerpoint',
OpenPOWER on IntegriCloud