[28984] trunk/dports/archivers/unzoo/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:39:29 PDT 2007


Revision: 28984
          http://trac.macosforge.org/projects/macports/changeset/28984
Author:   nox at macports.org
Date:     2007-09-12 14:39:29 -0700 (Wed, 12 Sep 2007)

Log Message:
-----------
unzoo: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/archivers/unzoo/Portfile

Modified: trunk/dports/archivers/unzoo/Portfile
===================================================================
--- trunk/dports/archivers/unzoo/Portfile	2007-09-12 21:37:33 UTC (rev 28983)
+++ trunk/dports/archivers/unzoo/Portfile	2007-09-12 21:39:29 UTC (rev 28984)
@@ -1,37 +1,37 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			unzoo
-version			4.4
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		A zoo archive extractor
+name            unzoo
+version         4.4
+categories      archivers
+platforms       darwin
+maintainers     nomaintainer
+description     A zoo archive extractor
 
 long_description \
-				Unzoo is a zoo archive extractor written by Martin \
-				Schoenert. If unzoo is called with no arguments, it will first \
-				print a summary of the commands and then prompt for command lines \
-				interactively.
+    Unzoo is a zoo archive extractor written by Martin \
+    Schoenert. If unzoo is called with no arguments, it will first \
+    print a summary of the commands and then prompt for command lines \
+    interactively.
 
-homepage		http://freshmeat.net/projects/unzoo/
-master_sites	http://critical.ch/unzoo/
+homepage        http://freshmeat.net/projects/unzoo/
+master_sites    http://critical.ch/unzoo/
 
-checksums		md5 2e73c26188688033b7c2b6c7da32ad39 \
-				sha1 9f1d0193492276bd0f59a48d720ab6092c6d4a0f \
-				rmd160 fd8e0c97e22adfc8fefd6f8d1b70d8ca53b234f3
+checksums       md5 2e73c26188688033b7c2b6c7da32ad39 \
+                sha1 9f1d0193492276bd0f59a48d720ab6092c6d4a0f \
+                rmd160 fd8e0c97e22adfc8fefd6f8d1b70d8ca53b234f3
 
 # Dummy configure to enable universal variant
 configure {}
 
 build {
-	cd ${worksrcpath}
-	system "gcc [join ${configure.cflags} " "] -DSYS_IS_UNIX unzoo.c -o unzoo"
+    cd ${worksrcpath}
+    system "gcc [join ${configure.cflags} " "] -DSYS_IS_UNIX unzoo.c -o unzoo"
 }
 
 destroot {
-	xinstall ${worksrcpath}/unzoo ${destroot}${prefix}/bin
-	xinstall -m 0444 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
+    xinstall ${worksrcpath}/unzoo ${destroot}${prefix}/bin
+    xinstall -m 0444 ${worksrcpath}/unzoo.1 ${destroot}${prefix}/share/man/man1
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/26f6ff3b/attachment.html


More information about the macports-changes mailing list