[22404] trunk/dports/archivers/lha/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 27 23:49:35 PST 2007


Revision: 22404
          http://trac.macosforge.org/projects/macports/changeset/22404
Author:   pipping at macports.org
Date:     2007-02-27 23:49:34 -0800 (Tue, 27 Feb 2007)

Log Message:
-----------
 * fix indentation

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

Modified: trunk/dports/archivers/lha/Portfile
===================================================================
--- trunk/dports/archivers/lha/Portfile	2007-02-28 02:08:25 UTC (rev 22403)
+++ trunk/dports/archivers/lha/Portfile	2007-02-28 07:49:34 UTC (rev 22404)
@@ -30,11 +30,18 @@
 }
 
 post-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/olddoc
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/man
-	xinstall -m 644 -W ${worksrcpath} 00readme.autoconf ChangeLog Hacking_of_LHa header.doc.euc ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 755 -d \
+	  ${destroot}${prefix}/share/doc/${name}/olddoc
+	xinstall -m 755 -d \
+	  ${destroot}${prefix}/share/doc/${name}/man
+	xinstall -m 644 -W ${worksrcpath} 00readme.autoconf ChangeLog \
+	  Hacking_of_LHa header.doc.euc \
+	  ${destroot}${prefix}/share/doc/${name}
 	foreach f {*.txt *.euc *.eng} {
-		eval xinstall -m 644 [glob ${worksrcpath}/olddoc/${f}] ${destroot}${prefix}/share/doc/${name}/olddoc
+		eval xinstall -m 644 \
+		[glob ${worksrcpath}/olddoc/${f}] \
+		${destroot}${prefix}/share/doc/${name}/olddoc
 	}
-	xinstall -m 644 ${worksrcpath}/man/lha.man ${destroot}${prefix}/share/doc/${name}/man
+	xinstall -m 644 ${worksrcpath}/man/lha.man \
+	  ${destroot}${prefix}/share/doc/${name}/man
 }

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


More information about the macports-changes mailing list