diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-09 19:22:54 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-09 19:22:54 +0000 |
commit | 2cafa1b8e7feeba2b34698756ba28bbdb970c9d5 (patch) | |
tree | 7c51cc66dc250607aa728c5a8563bbc789b3e843 /Mk/bsd.lua.mk | |
parent | 65c39dec6740139a8c83207bdf58d07ccaf9740b (diff) | |
download | FreeBSD-ports-2cafa1b8e7feeba2b34698756ba28bbdb970c9d5.zip FreeBSD-ports-2cafa1b8e7feeba2b34698756ba28bbdb970c9d5.tar.gz |
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r-- | Mk/bsd.lua.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk index ce8fe57..9d19f82 100644 --- a/Mk/bsd.lua.mk +++ b/Mk/bsd.lua.mk @@ -75,9 +75,9 @@ # LUA_SUBDIR - The directory under bin/share/lib where Lua is installed. # LUA_INCDIR - The directory where Lua and tolua header files are installed. # LUA_LIBDIR - The directory where Lua and tolua libraries are installed. -# LUA_MODLIBDIR - The directory where Lua modules (.lua) are installed. +# LUA_MODLIBDIR - The directory where Lua module libraries (.so) are installed. # LUA_MODSHAREDIR -# - The directory where Lua module libraries (.so) are installed. +# - The directory where Lua modules (.lua) are installed. # LUA_PKGNAMEPREFIX # - The package name prefix used by Lua modules. # |