Changeset 98182


Ignore:
Timestamp:
Sep 27, 2012, 7:22:00 PM (12 years ago)
Author:
jwa@…
Message:

php-midgard2: simplify Portfile according to Ryan, thanks

File:
1 edited

Legend:

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

    r98172 r98182  
    2626                    sha256  b88962c95a92c1b08bc147b0bacc69987e6b00ca2ea54575933ecbd53bc3491f
    2727
    28 depends_lib     port:midgard2-core
     28depends_lib-append  port:midgard2-core
    2929
    30 configure.args  --sysconfdir=${prefix}/etc/midgard/
     30configure.args-append   --sysconfdir=${prefix}/etc/midgard/
    3131
    3232if {${name} != ${subport}} {
    33     pre-configure       {
    34         system "cd ${worksrcpath} && phpize"
    35     }
    36 
    37     configure.args-append   --with-php-config=${php.config}
    38 
    3933    destroot.destdir    INSTALL_ROOT=${destroot}
    40 
    41     notes "========================   IMPORTANT   =========================\n
    42     If this is the first time you're installing Midgard, or you have\n
    43     recently upgraded PHP, make sure to check your php.ini to verify\n
    44     that extension_dir at least includes the directory shown by command\n
    45     'php-config${php.suffix} --extension-dir'
    46     ================================================================"
    4734}
    4835
Note: See TracChangeset for help on using the changeset viewer.