=== modified file 'math/fftw-3/Portfile'
--- math/fftw-3/Portfile	2008-02-17 17:20:51 +0000
+++ math/fftw-3/Portfile	2008-02-27 17:14:34 +0000
@@ -50,9 +50,8 @@
 
 configure.cflags-append -fno-common
 
-post-build {
-	system "cd ${worksrcpath} && make check"
-}
+test.run     yes
+test.target  check
 
 variant fortran description {uses gfortran} conflicts g95 {
 	depends_lib-append    port:gcc42


