Revision: 103439 https://trac.macports.org/changeset/103439 Author: cal@macports.org Date: 2013-02-25 15:48:07 -0800 (Mon, 25 Feb 2013) Log Message: ----------- libCUDF: move c-lib tests out of the variant Modified Paths: -------------- trunk/dports/devel/libCUDF/Portfile Modified: trunk/dports/devel/libCUDF/Portfile =================================================================== --- trunk/dports/devel/libCUDF/Portfile 2013-02-25 23:37:37 UTC (rev 103438) +++ trunk/dports/devel/libCUDF/Portfile 2013-02-25 23:48:07 UTC (rev 103439) @@ -67,11 +67,9 @@ file delete -force ${destroot}${prefix}/lib/ocaml } - variant tests description {Build the test suite} { - test.pre_args -C c-lib - test.args test - test.run yes - } + test.pre_args -C c-lib + test.args test + test.run yes } livecheck.type regex