[89874] trunk/dports/devel/lua-lpeg/Portfile
and.damore at macports.org
and.damore at macports.org
Mon Feb 13 11:04:52 PST 2012
Revision: 89874
http://trac.macports.org/changeset/89874
Author: and.damore at macports.org
Date: 2012-02-13 11:04:51 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
port lua-lpeg: fixing test.lua permissions
Modified Paths:
--------------
trunk/dports/devel/lua-lpeg/Portfile
Modified: trunk/dports/devel/lua-lpeg/Portfile
===================================================================
--- trunk/dports/devel/lua-lpeg/Portfile 2012-02-13 17:47:03 UTC (rev 89873)
+++ trunk/dports/devel/lua-lpeg/Portfile 2012-02-13 19:04:51 UTC (rev 89874)
@@ -3,6 +3,7 @@
name lua-lpeg
version 0.10.2
+reision 1
categories devel
platforms darwin
maintainers and.damore openmaintainer
@@ -45,7 +46,7 @@
${destroot}${prefix}/share/doc/${name}
xinstall -d 755 ${destroot}${prefix}/share/examples/${name}
- xinstall -m 755 ${worksrcpath}/test.lua ${destroot}${prefix}/share/examples/${name}
- xinstall -m 644 ${worksrcpath}/re.lua test.lua ${destroot}${prefix}/share/examples/${name}
+ xinstall -m 755 ${worksrcpath}/test.lua ${destroot}${prefix}/share/examples/${name}
+ xinstall -m 644 ${worksrcpath}/re.lua ${destroot}${prefix}/share/examples/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120213/880b474f/attachment.html>
More information about the macports-changes
mailing list