1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/hastymail2-devel/files/patch-lib-constant.php
Rong-En Fan 171453ccf2 - Correctly put patch file under files
Pointy hat to:	rafan
Noticed by:	pav
2009-01-07 16:21:21 +00:00

12 lines
307 B
PHP

--- lib/constant.php.orig Fri Jun 8 15:15:54 2007
+++ lib/constant.php Fri Jun 8 15:16:10 2007
@@ -24,7 +24,7 @@
*/
/* absolute path to the configuration file */
-$config_file = '/etc/hastymail.conf';
+$config_file = '%%PREFIX%%/etc/hastymail.conf';
/* hastymail version */
$version = '1.5';