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

toby at macports.org toby at macports.org
Sun Jun 14 03:01:09 PDT 2009


Revision: 52335
          http://trac.macports.org/changeset/52335
Author:   toby at macports.org
Date:     2009-06-14 03:01:03 -0700 (Sun, 14 Jun 2009)
Log Message:
-----------
detab and pick up maintainership

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

Modified: trunk/dports/archivers/9e/Portfile
===================================================================
--- trunk/dports/archivers/9e/Portfile	2009-06-14 10:00:34 UTC (rev 52334)
+++ trunk/dports/archivers/9e/Portfile	2009-06-14 10:01:03 UTC (rev 52335)
@@ -1,27 +1,27 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem 1.0
 
-name			9e
-version			1.0
-categories		archivers
-platforms		darwin
-maintainers		nomaintainer
-description		Plan 9 unarchiver
+name            9e
+version         1.0
+categories      archivers
+platforms       darwin
+maintainers     toby
+description     Plan 9 unarchiver
 
 long_description \
-	9e is a program to explode Third Edition Plan 9 \
-	and at least some Inferno archives.
+    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/
-master_sites	${homepage}
-distname		${name}
+homepage        http://www.eecs.harvard.edu/~wkj/Software/9e/
+master_sites    ${homepage}
+distname        ${name}
 
-checksums		md5 ffb6c9963c6bb61ddfc456fd29f96073 \
-				sha1 fc966f51a167e4ed3dc371e399bbc8909f074b54 \
-				rmd160 bbcdde8d9b4989a12edd935c6156d80aaf5f8f5e
+checksums       md5 ffb6c9963c6bb61ddfc456fd29f96073 \
+                sha1 fc966f51a167e4ed3dc371e399bbc8909f074b54 \
+                rmd160 bbcdde8d9b4989a12edd935c6156d80aaf5f8f5e
 
-patchfiles		patch-9e.c patch-Makefile
+patchfiles      patch-9e.c patch-Makefile
 
 configure {
     reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/Makefile
@@ -30,7 +30,7 @@
 }
 
 destroot {
-	xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
+    xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
 }
 
 # This software has no version
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090614/b774dd62/attachment.html>


More information about the macports-changes mailing list