[34025] trunk/dports/math/fftw-3-single/Portfile

ram at macports.org ram at macports.org
Sun Feb 10 13:48:52 PST 2008


Revision: 34025
          http://trac.macosforge.org/projects/macports/changeset/34025
Author:   ram at macports.org
Date:     2008-02-10 13:48:52 -0800 (Sun, 10 Feb 2008)

Log Message:
-----------
math/fftw-3-single: remove use of deprecated cd command

Modified Paths:
--------------
    trunk/dports/math/fftw-3-single/Portfile

Modified: trunk/dports/math/fftw-3-single/Portfile
===================================================================
--- trunk/dports/math/fftw-3-single/Portfile	2008-02-10 21:46:37 UTC (rev 34024)
+++ trunk/dports/math/fftw-3-single/Portfile	2008-02-10 21:48:52 UTC (rev 34025)
@@ -55,8 +55,7 @@
 }
 
 post-build {
-  cd ${worksrcpath}
-  system "make check"
+  system "cd ${worksrcpath} && make check"
 }
 
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080210/e7da5514/attachment.html


More information about the macports-changes mailing list