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

and.damore at macports.org and.damore at macports.org
Fri Jun 14 12:46:03 PDT 2013


Revision: 107027
          https://trac.macports.org/changeset/107027
Author:   and.damore at macports.org
Date:     2013-06-14 12:46:03 -0700 (Fri, 14 Jun 2013)
Log Message:
-----------
port lua: removing version number from pkg-config's file; fix #39436; nomaintainer

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

Modified: trunk/dports/lang/lua/Portfile
===================================================================
--- trunk/dports/lang/lua/Portfile	2013-06-14 19:10:50 UTC (rev 107026)
+++ trunk/dports/lang/lua/Portfile	2013-06-14 19:46:03 UTC (rev 107027)
@@ -6,6 +6,7 @@
 conflicts           lua50
 set compat_version  5.2
 version             ${compat_version}.2
+revision            1
 categories          lang
 license             MIT
 platforms           darwin
@@ -65,7 +66,7 @@
     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-${version}.pc
+		${destroot}${prefix}/lib/pkgconfig/lua.pc
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130614/f6a30d02/attachment.html>


More information about the macports-changes mailing list