[113079] trunk/dports/lang/lua/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 7 19:09:06 PST 2013


Revision: 113079
          https://trac.macports.org/changeset/113079
Author:   ryandesign at macports.org
Date:     2013-11-07 19:09:06 -0800 (Thu, 07 Nov 2013)
Log Message:
-----------
lua: the lua.pc file doesn't need to be installed repeatedly in a loop

Modified Paths:
--------------
    trunk/dports/lang/lua/Portfile

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2013-11-07 23:30:50 UTC (rev 113078)
+++ trunk/dports/lang/lua/Portfile	2013-11-08 03:09:06 UTC (rev 113079)
@@ -65,9 +65,8 @@
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}/html
     foreach html [glob ${worksrcpath}/doc/*.html ${worksrcpath}/doc/*.gif] {
         xinstall -m 0644 ${html} ${destroot}${prefix}/share/doc/${name}/html
-	xinstall -W ${worksrcpath} -m 0644 lua-${version}.pc \
-		${destroot}${prefix}/lib/pkgconfig/lua.pc
     }
+    xinstall -W ${worksrcpath} -m 0644 lua-${version}.pc ${destroot}${prefix}/lib/pkgconfig/lua.pc
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131107/33a64e89/attachment.html>


More information about the macports-changes mailing list