freebsd-ports/www/hastymail2/patch-lib-constant.php
Rong-En Fan 1c44bbfa71 - Don't install CVS directory, backup files, .orig files
- Correct configuration file path
- Add '-d' to pax to make it not traverse directories
- Style cleanup
- Bump PORTREVISION

PR:		ports/113480
Submitted by:	Jan Srzednicki <w at wrzask.pl>
Approved by:	Bartek Rutkowski <r at robakdesign.com>
2007-06-11 14:38:55 +00:00

11 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';