[56193] trunk/dports/lang/ficl/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 24 23:24:56 PDT 2009


Revision: 56193
          http://trac.macports.org/changeset/56193
Author:   ryandesign at macports.org
Date:     2009-08-24 23:24:55 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
ficl: whitespace changes only (tabs to spaces)

Modified Paths:
--------------
    trunk/dports/lang/ficl/Portfile

Modified: trunk/dports/lang/ficl/Portfile
===================================================================
--- trunk/dports/lang/ficl/Portfile	2009-08-25 06:22:18 UTC (rev 56192)
+++ trunk/dports/lang/ficl/Portfile	2009-08-25 06:24:55 UTC (rev 56193)
@@ -1,24 +1,35 @@
 # $Id$
 
-PortSystem 1.0
-name		ficl
-version		4.0.31
-revision	1
-categories	lang
-maintainers	nomaintainer
-platforms	darwin
-description	Ficl is an acronym for Forth Inspired Command Language
-long_description	Ficl is a programming language interpreter designed to be embedded into other systems as a command, macro, and development prototyping language.
+PortSystem              1.0
 
-homepage	http://ficl.sourceforge.net/
-master_sites	sourceforge
-checksums	md5 7f9ca6093730554f5f66beaa46a652d4
-distname	${name}${version}
-worksrcdir	.
-use_configure	no
-build		{ system "cd ${worksrcpath} && make -f Makefile.ansi" }
-destroot	{
-		  file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
-		  file copy ${worksrcpath}/libficl.a ${destroot}${prefix}/lib
-		  delete ${destroot}${prefix}/share/man
-		}
+name                    ficl
+version                 4.0.31
+revision                1
+categories              lang
+maintainers             nomaintainer
+platforms               darwin
+homepage                http://ficl.sourceforge.net/
+master_sites            sourceforge
+
+description             Ficl is an acronym for Forth Inspired Command Language
+
+long_description        Ficl is a programming language interpreter designed \
+                        to be embedded into other systems as a command, \
+                        macro, and development prototyping language.
+
+checksums               md5 7f9ca6093730554f5f66beaa46a652d4
+
+distname                ${name}${version}
+worksrcdir              .
+
+use_configure           no
+
+build {
+    system "cd ${worksrcpath} && make -f Makefile.ansi"
+}
+
+destroot {
+    file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
+    file copy ${worksrcpath}/libficl.a ${destroot}${prefix}/lib
+    delete ${destroot}${prefix}/share/man
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/f9549865/attachment.html>


More information about the macports-changes mailing list