[38904] trunk/dports/aqua/huevos/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Aug 2 02:06:05 PDT 2008


Revision: 38904
          http://trac.macosforge.org/projects/macports/changeset/38904
Author:   ryandesign at macports.org
Date:     2008-08-02 02:06:05 -0700 (Sat, 02 Aug 2008)
Log Message:
-----------
huevos: whitespace changes only

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

Modified: trunk/dports/aqua/huevos/Portfile
===================================================================
--- trunk/dports/aqua/huevos/Portfile	2008-08-02 09:04:55 UTC (rev 38903)
+++ trunk/dports/aqua/huevos/Portfile	2008-08-02 09:06:05 UTC (rev 38904)
@@ -1,30 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup xcode 1.0
+PortSystem              1.0
+PortGroup               xcode 1.0
 
-name		huevos
-version		1.1
-categories	aqua www
-maintainers	nomaintainer
-description	customizable search engine helper for OS X
-long_description	Huevos is a customizable search engine helper for Mac \
-			OS X. It's easy to use: type in some text to search \
-			for, choose a search engine, then hit the Return key.
+name                    huevos
+version                 1.1
+categories              aqua www
+maintainers             nomaintainer
 
-homepage	http://ranchero.com/huevos/
-master_sites	http://ranchero.com/downloads/
-distname	${name}source
-checksums	md5 c586fd603d9978b306aee428ea39e329
-platforms	darwin
+description             customizable search engine helper for OS X
+long_description        Huevos is a customizable search engine helper for Mac \
+                        OS X. It's easy to use: type in some text to search \
+                        for, choose a search engine, then hit the Return key.
 
+homepage                http://ranchero.com/huevos/
+master_sites            http://ranchero.com/downloads/
+distname                ${name}source
+checksums               md5 c586fd603d9978b306aee428ea39e329
+platforms               darwin
+
 post-extract {
-	file rename "${workpath}/Huevos ${version} Source" ${worksrcpath}
+    file rename "${workpath}/Huevos ${version} Source" ${worksrcpath}
 }
 
-destroot	{
-	xinstall -m 755 -d ${destroot}/Applications/MacPorts/
-	system "find ${worksrcpath} -name Huevos.app -exec cp -r {} \
-		${destroot}/Applications/MacPorts/ \\;"
+destroot {
+    xinstall -m 755 -d ${destroot}/Applications/MacPorts/
+    system "find ${worksrcpath} -name Huevos.app -exec cp -r {} \
+        ${destroot}/Applications/MacPorts/ \\;"
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080802/8656c84a/attachment-0001.html 


More information about the macports-changes mailing list