Changeset 99318


Ignore:
Timestamp:
Nov 1, 2012, 2:34:02 AM (12 years ago)
Author:
ryandesign@…
Message:

php-midgard2: simplify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php-midgard2/Portfile

    r98182 r99318  
    3030configure.args-append   --sysconfdir=${prefix}/etc/midgard/
    3131
    32 if {${name} != ${subport}} {
    33     destroot.destdir    INSTALL_ROOT=${destroot}
    34 }
    35 
    36 if {${name} == ${subport}} {
    37     livecheck.type      regex
    38     livecheck.url       ${master_sites}
    39     livecheck.regex php5-midgard2-(\[0-9.\]+)\\.tar\\.\[bg\]z
    40 } else {
    41     livecheck.type  none
    42 }
     32livecheck.type  regex
     33livecheck.url   ${master_sites}
     34livecheck.regex php5-midgard2-(\[0-9.\]+)\\.tar\\.\[bg\]z
Note: See TracChangeset for help on using the changeset viewer.