New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81690


Ignore:
Timestamp:
08/04/11 06:49:17 (4 years ago)
Author:
singingwolfboy@…
Message:

phpsh: added configure section to set config directory to be under $prefix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/phpsh/Portfile

    r81187 r81690  
    2727                        port:php5-posix port:php5-pcntl 
    2828 
     29use_configure           yes 
     30configure { 
     31    eval reinplace "s|/etc/phpsh|${prefix}/etc/phpsh|g" \ 
     32        ${worksrcpath}/setup.py ${worksrcpath}/rc.example.php \ 
     33        [glob ${worksrcpath}/src/*] [glob ${worksrcpath}/src/doc/*] 
     34} 
    2935python.link_binaries_suffix 
    3036post-destroot { 
Note: See TracChangeset for help on using the changeset viewer.