[104021] trunk/dports/sysutils/macportsscripts/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 12 19:38:39 PDT 2013


Revision: 104021
          https://trac.macports.org/changeset/104021
Author:   ryandesign at macports.org
Date:     2013-03-12 19:38:38 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
macportsscripts: whitespace changes to conform to modeline

Modified Paths:
--------------
    trunk/dports/sysutils/macportsscripts/Portfile

Modified: trunk/dports/sysutils/macportsscripts/Portfile
===================================================================
--- trunk/dports/sysutils/macportsscripts/Portfile	2013-03-13 01:39:22 UTC (rev 104020)
+++ trunk/dports/sysutils/macportsscripts/Portfile	2013-03-13 02:38:38 UTC (rev 104021)
@@ -4,24 +4,26 @@
 PortSystem      1.0
 PortGroup       github 1.0
 
+epoch           2
 github.setup    cooljeanius macportsscripts 0.1.4 v
-epoch           2
-platforms	darwin
-categories	sysutils macports
-maintainers	phw gwmail.gwu.edu:egall openmaintainer
-description	Various scripts to work with MacPorts
+categories      sysutils macports
+platforms       darwin
+maintainers     phw gwmail.gwu.edu:egall openmaintainer
 license         BSD
+
+description     Various scripts to work with MacPorts
+
 long_description ${description}
 
-fetch.type 	git
-git.url 	git://github.com/cooljeanius/macportsscripts.git
+fetch.type      git
+git.url         git://github.com/cooljeanius/macportsscripts.git
 
-use_configure	no
-build 	{}
+use_configure   no
+build {}
 
 destroot {
-	    xinstall -d -m 755 ${destroot}${prefix}/bin
-	    eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
+    xinstall -d -m 755 ${destroot}${prefix}/bin
+    eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin
 }
 
-livecheck.type	none
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130312/9b7acdee/attachment.html>


More information about the macports-changes mailing list