From a398973b7268c184e85e6954364cc6657b38da8a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 20 Aug 2004 20:47:01 +0000 Subject: - Update to 0.9.5 - Convert to new PHP infrastructure PR: ports/70703 Submitted by: Nick Hilliard (maintainer) --- devel/flyspray/files/patch-header.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 devel/flyspray/files/patch-header.php (limited to 'devel/flyspray/files/patch-header.php') diff --git a/devel/flyspray/files/patch-header.php b/devel/flyspray/files/patch-header.php new file mode 100644 index 000000000000..465790fe1731 --- /dev/null +++ b/devel/flyspray/files/patch-header.php @@ -0,0 +1,18 @@ +--- header.php.orig Fri Feb 20 02:49:20 2004 ++++ header.php Fri Aug 20 12:34:04 2004 +@@ -2,13 +2,13 @@ + + // Directory with Flyspray scripts. It's the directory where this file is + // located. +-$basedir = '/var/www/flyspray'; ++$basedir = '/usr/local/share/flyspray'; + + // Flyspray uses ADODB for database access. You will need to install + // it somewhere on your server for Flyspray to function. It can be installed + // inside the Flyspray directory if you wish. The next line needs to be the + // correct path to your adodb.inc.php file. +-include_once ( "/usr/share/adodb/adodb.inc.php" ); ++include_once ( "/usr/local/share/adodb/adodb.inc.php" ); + + // Modify this next line to reflect the correct path to your Flyspray + // functions.inc.php file. -- cgit v1.2.3