Ticket #14664: php5-gtk.diff

File php5-gtk.diff, 845 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • Portfile

     
    7878}
    7979
    8080pre-configure {
    81         cd ${worksrcpath}
    82         system "./buildconf --with-phpize=${prefix}/bin/phpize"
     81        system "cd ${worksrcpath} && ./buildconf --with-phpize=${prefix}/bin/phpize"
    8382}
    8483
    8584post-destroot {
    86         cd ${worksrcpath}
    8785        xinstall -d ${destroot}${prefix}/share/doc/${name}
    88         xinstall -m 644 README ${destroot}${prefix}/share/doc/${name}
    89         xinstall -m 644 README.KNOWN-ISSUES ${destroot}${prefix}/share/doc/${name}
    90         xinstall -m 644 NEWS ${destroot}${prefix}/share/doc/${name}
    91         xinstall -m 644 AUTHORS ${destroot}${prefix}/share/doc/${name}
     86        xinstall -m 644 -W ${worksrcpath} README README.KNOWN-ISSUES NEWS AUTHORS \
     87                ${destroot}${prefix}/share/doc/${name}
    9288}
    9389
    9490post-install {