[29890] trunk/dports/aqua/Freecell/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 14 08:32:13 PDT 2007


Revision: 29890
          http://trac.macosforge.org/projects/macports/changeset/29890
Author:   nox at macports.org
Date:     2007-10-14 08:32:13 -0700 (Sun, 14 Oct 2007)

Log Message:
-----------
Freecell: Whitespace changes, again.

Modified Paths:
--------------
    trunk/dports/aqua/Freecell/Portfile

Modified: trunk/dports/aqua/Freecell/Portfile
===================================================================
--- trunk/dports/aqua/Freecell/Portfile	2007-10-14 15:29:24 UTC (rev 29889)
+++ trunk/dports/aqua/Freecell/Portfile	2007-10-14 15:32:13 UTC (rev 29890)
@@ -1,43 +1,44 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem  1.0
 
-name        Freecell
-version     2.1
-categories  aqua games
-platforms   darwin
-maintainers nomaintainer at macports.org
-description classic solitaire game
-long_description    ${description}
+name            Freecell
+version         2.1
+categories      aqua games
+platforms       darwin
+maintainers     nomaintainer
+description     classic solitaire game
 
-homepage    http://randomoracle.com/freecell/
+long_description \
+    ${description}
+
+homepage        http://randomoracle.com/freecell/
 master_sites    ${homepage}downloads/
-dist_subdir ${name}/${version}
-distname    freecell
+dist_subdir     ${name}/${version}
+distname        freecell
 
-checksums \
-    md5 87a4c96424247ed0f17f7949acadf967 \
-    sha1 f5e937c6322f78d42dc7b864a0d456fb253f7fd3 \
-    rmd160 68c29c3b6697ad66a11ca87d4754cfde1bbdb770
+checksums       md5 87a4c96424247ed0f17f7949acadf967 \
+                sha1 f5e937c6322f78d42dc7b864a0d456fb253f7fd3 \
+                rmd160 68c29c3b6697ad66a11ca87d4754cfde1bbdb770
 
-worksrcdir  Freecell
+worksrcdir      Freecell
 
 use_configure   no
 
-build.type  pbx
+build.type      pbx
 build.target    -configuration Deployment
 
-set xcodebuilddir       build
+set xcodebuilddir   build
 platform darwin 8 {
     if {$xcodeversion == "2.1"} {
         set xcodebuilddir   build/Deployment
     }
 }
 
-destroot    {
+destroot {
     xinstall -m 755 -d ${destroot}/Applications/MacPorts
     file copy ${worksrcpath}/${xcodebuilddir}/${name}.app \
         ${destroot}/Applications/MacPorts/
 }
 
-universal_variant no
+universal_variant   no

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071014/14e2229d/attachment.html


More information about the macports-changes mailing list