73bda3bf76
Add dependency to net/pear-Net_Sieve. Please refer UPGRADING from older relase, especially configuration files are changed. Please refer CHANGELOG for detail.
15 lines
571 B
Text
15 lines
571 B
Text
$NetBSD: patch-ac,v 1.9 2014/06/08 13:35:25 taca Exp $
|
|
|
|
Honor PKG_SYSCONFDIR.
|
|
|
|
--- installer/index.php.orig 2013-04-15 20:42:59.000000000 +0000
|
|
+++ installer/index.php
|
|
@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
|
|
|
|
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
|
|
define('RCUBE_INSTALL_PATH', INSTALL_PATH);
|
|
-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
|
|
+define('RCUBE_CONFIG_DIR', '@PKG_SYSCONFDIR@/');
|
|
|
|
$include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
|
|
$include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
|