Modified: trunk/dports/php/phpsh/Portfile (81689 => 81690)
--- trunk/dports/php/phpsh/Portfile 2011-08-04 13:47:59 UTC (rev 81689)
+++ trunk/dports/php/phpsh/Portfile 2011-08-04 13:49:17 UTC (rev 81690)
@@ -26,6 +26,12 @@
depends_lib path:bin/php:php5 port:python27 \
port:php5-posix port:php5-pcntl
+use_configure yes
+configure {
+ eval reinplace "s|/etc/phpsh|${prefix}/etc/phpsh|g" \
+ ${worksrcpath}/setup.py ${worksrcpath}/rc.example.php \
+ [glob ${worksrcpath}/src/*] [glob ${worksrcpath}/src/doc/*]
+}
python.link_binaries_suffix
post-destroot {
set mandir ${destroot}${prefix}/share/man/man1