diff options
author | pav <pav@FreeBSD.org> | 2004-08-20 20:47:01 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-20 20:47:01 +0000 |
commit | 80a74093c051ca47bb6cd2b9fd25b7d56ad24db1 (patch) | |
tree | 62a51218f910ad91f270b97ba6604e09aa245464 /devel/flyspray/files | |
parent | fffea16542232e789c441073b748456ecad1fa2c (diff) | |
download | FreeBSD-ports-80a74093c051ca47bb6cd2b9fd25b7d56ad24db1.zip FreeBSD-ports-80a74093c051ca47bb6cd2b9fd25b7d56ad24db1.tar.gz |
- Update to 0.9.5
- Convert to new PHP infrastructure
PR: ports/70703
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Diffstat (limited to 'devel/flyspray/files')
-rw-r--r-- | devel/flyspray/files/patch-header.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/flyspray/files/patch-header.php b/devel/flyspray/files/patch-header.php new file mode 100644 index 0000000..465790f --- /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. |