[38680] trunk/dports/math/cln/Portfile

gwright at macports.org gwright at macports.org
Mon Jul 28 11:31:41 PDT 2008


Revision: 38680
          http://trac.macosforge.org/projects/macports/changeset/38680
Author:   gwright at macports.org
Date:     2008-07-28 11:31:41 -0700 (Mon, 28 Jul 2008)
Log Message:
-----------
Fix port lint messages.

Modified Paths:
--------------
    trunk/dports/math/cln/Portfile

Modified: trunk/dports/math/cln/Portfile
===================================================================
--- trunk/dports/math/cln/Portfile	2008-07-28 18:16:46 UTC (rev 38679)
+++ trunk/dports/math/cln/Portfile	2008-07-28 18:31:41 UTC (rev 38680)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		cln
 version		1.2.2
 categories	math
@@ -38,7 +39,8 @@
 		--mandir=${prefix}/share/man
 
 default_variants	+test
-variant test	{ test.run	yes
+variant test description {run testsuite} {
+	     	  test.run	yes
 		  test.target	check
 		}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080728/7c9111ec/attachment.html 


More information about the macports-changes mailing list