Fix man page installation dir for lua

This commit is contained in:
Chris Roberts
2013-10-30 00:17:09 -06:00
parent 5f70a8f6a3
commit d170f209a5

View File

@@ -2,7 +2,7 @@ SUMMARY="Lua is a powerful, fast, light-weight, embeddable scripting language."
HOMEPAGE="http://www.lua.org"
SRC_URI="http://www.lua.org/ftp/lua-$portVersion.tar.gz"
CHECKSUM_MD5="ae08f641b45d737d12d30291a5e5f6e3"
REVISION="4"
REVISION="5"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
lua = $portVersion compat = 5.2
@@ -39,7 +39,7 @@ BUILD()
INSTALL()
{
make install INSTALL_TOP="$prefix" INSTALL_MAN="$manDir" \
make install INSTALL_TOP="$prefix" INSTALL_MAN="$manDir/man1" \
INSTALL_INC="$includeDir" INSTALL_LMOD="$dataDir/lua/5.2"
prepareInstalledDevelLib liblua