Modified: trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl (89390 => 89391)
--- trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl 2012-01-27 22:35:05 UTC (rev 89390)
+++ trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl 2012-01-27 22:51:04 UTC (rev 89391)
@@ -144,7 +144,7 @@
# Get the name of our package xml file.
php5pear.packagexml [lindex [exec tar -tzf ${distpath}/${distname}${extract.suffix} | grep package.*\.xml] 0]
# The "--strip-components 1" causes the loss of our package file so we will extract it now.
- system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' - -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
+ system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
# Install the pear command using the phar file.
system "${php5pear.cmd-pre} ${php5pear.cmd-php} ${php5pear.cmd-phar}"
}