Ticket #14664: php5-gtk.diff
File php5-gtk.diff, 845 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
78 78 } 79 79 80 80 pre-configure { 81 cd ${worksrcpath} 82 system "./buildconf --with-phpize=${prefix}/bin/phpize" 81 system "cd ${worksrcpath} && ./buildconf --with-phpize=${prefix}/bin/phpize" 83 82 } 84 83 85 84 post-destroot { 86 cd ${worksrcpath}87 85 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} 92 88 } 93 89 94 90 post-install {