[27945] trunk/dports/archivers/9e/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 07:03:47 PDT 2007


Revision: 27945
          http://trac.macosforge.org/projects/macports/changeset/27945
Author:   nox at macports.org
Date:     2007-08-16 07:03:47 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
9e: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/archivers/9e/Portfile

Modified: trunk/dports/archivers/9e/Portfile
===================================================================
--- trunk/dports/archivers/9e/Portfile	2007-08-16 13:47:22 UTC (rev 27944)
+++ trunk/dports/archivers/9e/Portfile	2007-08-16 14:03:47 UTC (rev 27945)
@@ -1,27 +1,30 @@
 # $Id$
 
-PortSystem 1.0
-name             9e
-version          1.0
-categories       archivers
-maintainers      nomaintainer at macports.org
-description      Plan 9 unarchiver
+PortSystem		1.0
+
+name			9e
+version			1.0
+categories		archivers
+platforms		darwin
+maintainers		nomaintainer
+description		Plan 9 unarchiver
+
 long_description \
 	9e is a program to explode Third Edition Plan 9 \
 	and at least some Inferno archives.
-homepage         http://www.eecs.harvard.edu/~wkj/Software/9e/
-platforms        darwin
 
-master_sites     ${homepage}
-distname         ${name}
-checksums        md5 ffb6c9963c6bb61ddfc456fd29f96073
+homepage		http://www.eecs.harvard.edu/~wkj/Software/9e/
 
-patchfiles       patch-9e.c
+master_sites	${homepage}
+distname		${name}
+checksums		md5 ffb6c9963c6bb61ddfc456fd29f96073
 
-use_configure    no
+patchfiles		patch-9e.c
 
-build.args       CFLAGS= LIBS=
+use_configure	no
 
+build.args		CFLAGS= LIBS=
+
 destroot {
 	xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/87493d04/attachment.html


More information about the macports-changes mailing list