freebsd-ports/devel/p4db/files/patch-P4CGI.pm
Akinori MUSHA d1ceee18ae Add devel/p4db, a Web/Perforce Browser which allows you to browse
Perforce depots via the web as CVSweb does for CVS.
2001-09-01 21:37:20 +00:00

11 lines
293 B
Perl

--- www/P4CGI.pm.orig Wed Dec 13 08:30:28 2000
+++ www/P4CGI.pm Sun Sep 2 04:17:42 2001
@@ -13,7 +13,7 @@
sub ConfigFileName()
{
- return "./P4DB.conf" ; # Change here to rename configuration file
+ return "../P4DB.conf" ; # Change here to rename configuration file
}
use CGI ;