--- ../../../../darwinports/dports/www/php4/Portfile Wed Mar 17 10:09:53 2004 +++ Portfile Wed Mar 17 10:10:50 2004 @@ -29,6 +29,8 @@ patchfiles patch-configure +set apache2_path ${prefix}/apache2 + depends_lib lib:libiconv.2:libiconv \ lib:libexpat.0.4:expat \ lib:libintl:gettext \ @@ -184,7 +186,7 @@ if { [variant_isset apache2] } { file mkdir ${destroot}${apache2_path}/modules - xinstall -m 755 ${worksrcpath}/libs/libphp4.so ${destroot}${apache_path}/modules/ + xinstall -m 755 ${worksrcpath}/libs/libphp4.so ${destroot}${apache2_path}/modules/ file mkdir ${destroot}${apache2_path}/conf/extras-conf xinstall -o root -m 755 -c ${portpath}/files/mod_php.conf ${destroot}${apache2_path}/conf/extras-conf }