[91491] trunk/dports/python/py-pyfftw3/Portfile

ram at macports.org ram at macports.org
Tue Apr 3 05:41:33 PDT 2012


Revision: 91491
          https://trac.macports.org/changeset/91491
Author:   ram at macports.org
Date:     2012-04-03 05:41:32 -0700 (Tue, 03 Apr 2012)
Log Message:
-----------
python/py-pyfftw3: don't try to apply patch in stub (#33879)

Modified Paths:
--------------
    trunk/dports/python/py-pyfftw3/Portfile

Modified: trunk/dports/python/py-pyfftw3/Portfile
===================================================================
--- trunk/dports/python/py-pyfftw3/Portfile	2012-04-03 12:23:13 UTC (rev 91490)
+++ trunk/dports/python/py-pyfftw3/Portfile	2012-04-03 12:41:32 UTC (rev 91491)
@@ -31,12 +31,12 @@
   depends_lib-append  port:fftw-3 \
                       port:fftw-3-single \
                       port:fftw-3-long
-}
 
-patchfiles    patch-setup.py.diff
+  patchfiles    patch-setup.py.diff
 
-post-patch {
-  reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/setup.py
+  post-patch {
+    reinplace "s|@@MP_PREFIX@@|${prefix}|" ${worksrcpath}/setup.py
+  }
 }
 
 if {${name} == ${subport}} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120403/9419fcbc/attachment.html>


More information about the macports-changes mailing list