summaryrefslogtreecommitdiff
path: root/www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl')
-rw-r--r--www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl b/www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl
deleted file mode 100644
index 434520700291..000000000000
--- a/www/awstats-devel/files/patch-tools-awstats_buildstaticpages.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- tools/awstats_buildstaticpages.pl.orig Sun Feb 20 11:11:06 2005
-+++ tools/awstats_buildstaticpages.pl Thu Sep 22 20:33:32 2005
-@@ -293,8 +293,8 @@
- # Check if AWSTATS prog is found
- my $AwstatsFound=0;
- if (-s "$Awstats") { $AwstatsFound=1; }
--elsif (-s "/usr/local/awstats/wwwroot/cgi-bin/awstats.pl") {
-- $Awstats="/usr/local/awstats/wwwroot/cgi-bin/awstats.pl";
-+elsif (-s "%%PREFIX%%/www/awstats/cgi-bin/awstats.pl") {
-+ $Awstats="%%PREFIX%%/www/awstats/cgi-bin/awstats.pl";
- $AwstatsFound=1;
- }
- if (! $AwstatsFound) {