[42268] trunk/dports/devel/alex/Portfile

gwright at macports.org gwright at macports.org
Mon Nov 17 14:02:43 PST 2008


Revision: 42268
          http://trac.macports.org/changeset/42268
Author:   gwright at macports.org
Date:     2008-11-17 14:02:43 -0800 (Mon, 17 Nov 2008)
Log Message:
-----------
Remove verbose flag ("-v") from build command. Maybe this fixes #17251.

Modified Paths:
--------------
    trunk/dports/devel/alex/Portfile

Modified: trunk/dports/devel/alex/Portfile
===================================================================
--- trunk/dports/devel/alex/Portfile	2008-11-17 21:58:08 UTC (rev 42267)
+++ trunk/dports/devel/alex/Portfile	2008-11-17 22:02:43 UTC (rev 42268)
@@ -3,8 +3,9 @@
 PortSystem 1.0
 name		alex
 version		2.2
-categories	devel
-maintainers	gwright at macports.org
+revision	1
+categories	devel haskell
+maintainers	gwright
 platforms	darwin
 description	A Lexical Analyzer Generator for Haskell
 long_description	\
@@ -27,7 +28,7 @@
                 }
 
 build           {
-                  system "cd ${worksrcpath} && runhaskell Setup build -v"
+                  system "cd ${worksrcpath} && runhaskell Setup build"
                 }
 
 destroot        {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081117/de07866e/attachment.html>


More information about the macports-changes mailing list