Changeset 15422 for trunk/dports


Ignore:
Timestamp:
Dec 11, 2005, 9:40:44 AM (18 years ago)
Author:
blb
Message:

Port: php5
Version: 5.1.1
Bug: 4010

Update port www/php5
Correct some post-install messages to have correct paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/php5/Portfile

    r15225 r15422  
    1 # $Id: Portfile,v 1.15 2005/11/29 19:59:27 mww Exp $
     1# $Id: Portfile,v 1.16 2005/12/11 09:40:44 blb Exp $
    22
    33PortSystem 1.0
     
    194194
    195195post-install {
    196         ui_msg "\nIf this your first install, you might want"
     196        ui_msg "\nIf this is your first install, you might want"
    197197
    198198        if { [variant_isset apache] } {
     
    200200
    201201                ui_msg "cd ${prefix}/libexec/apache"
    202                 ui_msg "apxs -a -e -n \"php5\" libphp5.so\n"
     202                ui_msg "${prefix}/apache/bin/apxs -a -e -n \"php5\" libphp5.so\n"
    203203                ui_msg "* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini"
    204204        }
    205205
    206206        if { [variant_isset apache2] } {
    207                 ui_msg "cd ${prefix}/apache2/libs"
    208                 ui_msg "apxs -a -e -n \"php5\" libphp5.so\n"
     207                ui_msg "cd ${prefix}/apache2/modules"
     208                ui_msg "${prefix}/apache2/bin/apxs -a -e -n \"php5\" libphp5.so\n"
    209209                ui_msg "* copy  ${prefix}/etc/php.ini-dist to  ${prefix}/etc/php.ini"
    210210        }
Note: See TracChangeset for help on using the changeset viewer.