Modified: trunk/dports/devel/lua-luafilesystem/Portfile (112710 => 112711)
--- trunk/dports/devel/lua-luafilesystem/Portfile 2013-10-29 22:06:17 UTC (rev 112710)
+++ trunk/dports/devel/lua-luafilesystem/Portfile 2013-10-29 22:10:51 UTC (rev 112711)
@@ -3,7 +3,7 @@
name lua-luafilesystem
version 1.5.0
-revision 3
+revision 4
license MIT
categories devel
platforms darwin
@@ -26,7 +26,7 @@
post-patch {
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/config
reinplace "s|luaL_reg |luaL_Reg |g" ${worksrcpath}/src/lfs.c
- reinplace "/^LUA_LIBDIR=/s,lib/lua/5.1,lib/lua/lua/5.2," ${worksrcpath}/config
+ reinplace "/^LUA_LIBDIR=/s,lib/lua/5.1,lib/lua/5.2," ${worksrcpath}/config
}
use_configure no