Modified: trunk/dports/shells/luash/Portfile (118232 => 118233)
--- trunk/dports/shells/luash/Portfile 2014-03-26 20:24:06 UTC (rev 118232)
+++ trunk/dports/shells/luash/Portfile 2014-03-26 20:29:14 UTC (rev 118233)
@@ -21,17 +21,16 @@
rmd160 165d88850e8d068d7586f1785b36dd20c9c8ce37
use_bzip2 yes
+
# patch for luash.lua addresses a change in API for os.execute() in 5.2
# remove it if a lua51 port is introduced and used to compile luash
patchfiles patch-makefile.diff \
patch-luash_cpp.diff \
patch-luash_lua.diff
-
use_configure no
universal_variant yes
-
depends_lib port:lua \
port:lua-luafilesystem
@@ -43,8 +42,8 @@
destroot.destdir PREFIX=${destroot}${prefix}
-
post-destroot {
xinstall -d -m 755 ${destroot}$prefix/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} COPYING README ${destroot}$prefix/share/doc/${name}
}
+