diff --git a/www/php4/Portfile b/www/php4/Portfile index b2b1d0dc032a0..c1731ca966a08 100644 --- a/www/php4/Portfile +++ b/www/php4/Portfile @@ -1,4 +1,4 @@ -# $Id: Portfile,v 1.24 2005/11/30 08:32:44 mww Exp $ +# $Id: Portfile,v 1.25 2005/12/11 09:37:07 blb Exp $ PortSystem 1.0 name php4 @@ -187,19 +187,19 @@ post-destroot { } post-install { - ui_msg "\nIf this your first install, you might want" + ui_msg "\nIf this is your first install, you might want" if { [variant_isset apache] } { ui_msg " * enable php in apache :\n" ui_msg "cd ${prefix}/libexec/apache" - ui_msg "apxs -a -e -n \"php4\" libphp4.so\n" + ui_msg "${prefix}/apache/bin/apxs -a -e -n \"php4\" libphp4.so\n" ui_msg "* copy ${prefix}/etc/php.ini-dist to ${prefix}/etc/php.ini" } if { [variant_isset apache2] } { - ui_msg "cd ${prefix}/apache2/libs" - ui_msg "apxs -a -e -n \"php4\" libphp4.so\n" + ui_msg "cd ${prefix}/apache2/modules" + ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"php4\" libphp4.so\n" ui_msg "* copy ${prefix}/etc/php.ini-dist to ${prefix}/etc/php.ini" }