Revision
91491
Author
ram@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

Diff

Modified: trunk/dports/python/py-pyfftw3/Portfile (91490 => 91491)


--- 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}} {