[28973] trunk/dports/archivers/makeself/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 12 14:15:33 PDT 2007


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

Log Message:
-----------
makeself: Whitespace changes.

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

Modified: trunk/dports/archivers/makeself/Portfile
===================================================================
--- trunk/dports/archivers/makeself/Portfile	2007-09-12 21:13:43 UTC (rev 28972)
+++ trunk/dports/archivers/makeself/Portfile	2007-09-12 21:15:33 UTC (rev 28973)
@@ -1,12 +1,12 @@
 # $Id$
 
-PortSystem  1.0
+PortSystem      1.0
 
-name        makeself
-version     2.1.4
-categories  archivers
-maintainers nomaintainer
-description A small shell script that generates a self-extractable archives
+name            makeself
+version         2.1.4
+categories      archivers
+maintainers     nomaintainer
+description     A small shell script that generates a self-extractable archives
 
 long_description \
     makeself.sh is a small shell script that generates a \
@@ -14,17 +14,17 @@
     resulting file appears as a shell script (many of those have \
     a .run suffix), and can be launched as is. 
 
-homepage    http://www.megastep.org/makeself/
-platforms   darwin
+homepage        http://www.megastep.org/makeself/
+platforms       darwin
 master_sites    ${homepage}
 
-distname    ${name}
+distname        ${name}
 extract.suffix  .run
-checksums   md5 43289565b68c3490a6904c4aed004d51
+checksums       md5 43289565b68c3490a6904c4aed004d51
 
-patchfiles  patch-makeself.sh
+patchfiles      patch-makeself.sh
 
-worksrcdir  ${name}
+worksrcdir      ${name}
 
 extract {
     system "sh ${distpath}/${distfiles} --nox11 --target ${worksrcpath}"
@@ -34,12 +34,12 @@
     reinplace s|@PREFIX@|${prefix}|g ${worksrcpath}/makeself.sh
 }
 
-use_configure no
+use_configure   no
 
 build {}
 
 destroot {
-	cd ${worksrcpath}
+    cd ${worksrcpath}
 
     xinstall -d ${destroot}${prefix}/libexec/makeself
     xinstall makeself-header.sh ${destroot}${prefix}/libexec/makeself
@@ -47,10 +47,10 @@
 
     xinstall makeself.1 ${destroot}${prefix}/share/man/man1
 
-	set docdir ${prefix}/share/doc/${name}-${version}
-	xinstall -d ${destroot}${docdir}
-	xinstall -m 0644 COPYING README TODO ${destroot}${docdir}
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 COPYING README TODO ${destroot}${docdir}
 }
 
-universal_variant no
+universal_variant   no
 

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


More information about the macports-changes mailing list