mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
3a1580759b
- install files to www/data.default and not deprecated apache/share/htdocs - PERL-patch files in post-patch, not in post-extract - Install to LOCALBASE, not hardcoded /usr/local ^^^^^^^^ ARGH Apache-Dependency reported by: bento
19 lines
511 B
Perl
19 lines
511 B
Perl
--- install.pl.orig Thu Aug 23 21:12:47 2001
|
|
+++ install.pl Thu Aug 23 21:17:01 2001
|
|
@@ -251,6 +251,7 @@
|
|
|
|
$defhtmldir="/usr/local/apache/share/htdocs";
|
|
foreach (
|
|
+ "/usr/local/www/data.default",
|
|
"/usr/local/apache/share/htdocs",
|
|
"/usr/local/apache/htdocs",
|
|
"/opt/apache/share/htdocs",
|
|
@@ -261,6 +262,7 @@
|
|
|
|
$defcgidir="/usr/local/apache/share/cgi-bin";
|
|
foreach (
|
|
+ "/usr/local/www/cgi-bin.default",
|
|
"/usr/local/apache/share/cgi-bin",
|
|
"/usr/local/apache/cgi-bin",
|
|
"/opt/apache/share/cgi-bin",
|