[22406] trunk/dports/devel/bison/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 00:23:20 PST 2007


Revision: 22406
          http://trac.macosforge.org/projects/macports/changeset/22406
Author:   pipping at macports.org
Date:     2007-02-28 00:23:20 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
 * cleanup

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

Modified: trunk/dports/devel/bison/Portfile
===================================================================
--- trunk/dports/devel/bison/Portfile	2007-02-28 08:02:07 UTC (rev 22405)
+++ trunk/dports/devel/bison/Portfile	2007-02-28 08:23:20 UTC (rev 22406)
@@ -7,21 +7,21 @@
 maintainers     toby at opendarwin.org
 description     general-purpose parser generator
 long_description \
-        Bison is a general-purpose parser generator that converts \
-        a grammar description for an LALR context-free grammar \
-        into a C program to parse that grammar. Once you are \
-        proficient with Bison, you can use it to develop a wide \
-        range of language parsers, from those used in simple desk \
-        calculators to complex programming languages.
+    Bison is a general-purpose parser generator that converts a grammar \
+    description for an LALR context-free grammar into a C program to    \
+    parse that grammar. Once you are proficient with Bison, you can use \
+    it to develop a wide range of language parsers, from those used in  \
+    simple desk calculators to complex programming languages.
+
 homepage        http://www.gnu.org/software/bison/
 platforms       darwin
 master_sites    gnu
 checksums       md5 c18640c6ec31a169d351e3117ecce3ec \
-		sha1 7e489f35c6d8171f0cb0cad3dda0fb39f2cb0b62 \
-		rmd160 c6a116d6b763fad3f4df6e303943e09ed080cb26
-use_bzip2	yes
+                sha1 7e489f35c6d8171f0cb0cad3dda0fb39f2cb0b62 \
+                rmd160 c6a116d6b763fad3f4df6e303943e09ed080cb26
+use_bzip2       yes
 
-depends_lib	port:gettext port:m4
+depends_lib     port:gettext port:m4
 
 configure.args  --infodir=${prefix}/share/info \
                 --mandir=${prefix}/share/man \
@@ -31,5 +31,5 @@
 test.target     check
 
 variant yacc {
-	configure.args-delete --disable-yacc
+    configure.args-delete   --disable-yacc
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070228/33ccc28f/attachment.html


More information about the macports-changes mailing list