Changeset 89391 for trunk/dports


Ignore:
Timestamp:
Jan 27, 2012, 10:51:04 PM (12 years ago)
Author:
pixilla@…
Message:

_resources/port1.0/group/php5pear-1.0.tcl:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl

    r89390 r89391  
    145145        php5pear.packagexml [lindex [exec tar -tzf ${distpath}/${distname}${extract.suffix} | grep package.*\.xml] 0]
    146146        # The "--strip-components 1" causes the loss of our package file so we will extract it now.
    147         system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' - -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
     147        system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
    148148        # Install the pear command using the phar file.
    149149        system "${php5pear.cmd-pre} ${php5pear.cmd-php} ${php5pear.cmd-phar}"
Note: See TracChangeset for help on using the changeset viewer.