[89860] trunk/dports/devel/lua-wsapi/Portfile

and.damore at macports.org and.damore at macports.org
Mon Feb 13 06:17:06 PST 2012


Revision: 89860
          http://trac.macports.org/changeset/89860
Author:   and.damore at macports.org
Date:     2012-02-13 06:17:06 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
port lua-wsapi: tidying up post-destroot doc and exmaple install

Modified Paths:
--------------
    trunk/dports/devel/lua-wsapi/Portfile

Modified: trunk/dports/devel/lua-wsapi/Portfile
===================================================================
--- trunk/dports/devel/lua-wsapi/Portfile	2012-02-13 13:52:46 UTC (rev 89859)
+++ trunk/dports/devel/lua-wsapi/Portfile	2012-02-13 14:17:06 UTC (rev 89860)
@@ -43,10 +43,13 @@
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    eval xinstall -m 644    ${worksrcpath}/README \
+                            [glob ${worksrcpath}/doc/us/*] \
+        ${destroot}${prefix}/share/doc/${name}
+
     xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
-    
-    xinstall -m 644 ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
-    eval xinstall -m 644 [glob ${worksrcpath}/doc/us/*] ${destroot}${prefix}/share/doc/${name}
-    file copy ${worksrcpath}/samples ${worksrcpath}/tests ${destroot}${prefix}/share/examples/${name}
+    file copy   ${worksrcpath}/samples \
+                ${worksrcpath}/tests \
+        ${destroot}${prefix}/share/examples/${name}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/d01f51a5/attachment.html>


More information about the macports-changes mailing list