[41133] trunk/dports/www/php5-rrdtool/Portfile

markd at macports.org markd at macports.org
Fri Oct 24 17:09:14 PDT 2008


Revision: 41133
          http://trac.macports.org/changeset/41133
Author:   markd at macports.org
Date:     2008-10-24 17:09:13 -0700 (Fri, 24 Oct 2008)
Log Message:
-----------
Fix broken fetch and remove 'cd' command.

Modified Paths:
--------------
    trunk/dports/www/php5-rrdtool/Portfile

Modified: trunk/dports/www/php5-rrdtool/Portfile
===================================================================
--- trunk/dports/www/php5-rrdtool/Portfile	2008-10-24 23:02:59 UTC (rev 41132)
+++ trunk/dports/www/php5-rrdtool/Portfile	2008-10-25 00:09:13 UTC (rev 41133)
@@ -4,6 +4,7 @@
 
 name              php5-rrdtool
 version           1.0
+revision	  1
 categories        www net devel
 platforms         darwin
 maintainers       markd
@@ -14,7 +15,7 @@
 
 master_sites      http://oss.oetiker.ch/rrdtool/pub/contrib/
 checksums	  md5 c86a45cfc54517b9066c480bbc589d43
-distfiles	  php_rrdtool.tgz
+distfiles	  php_rrdtool.tar.gz
 
 depends_lib	  port:rrdtool port:php5 port:re2c
 
@@ -24,8 +25,7 @@
 configure.args    --with-rrdtool=${prefix}
 
 pre-configure {
-	cd ${worksrcpath}
-	system "phpize"
+	system "cd ${worksrcpath} && phpize"
 }
 
 destroot.destdir INSTALL_ROOT=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081024/eaa3ccea/attachment.html>


More information about the macports-changes mailing list