summaryrefslogtreecommitdiff
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-09 19:22:54 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-09 19:22:54 +0000
commit2c86df786cb97382580cbc6f5295bc4901cdf838 (patch)
tree239f753663b6a587231eb75d9f1ef1e421d77992 /Mk/bsd.lua.mk
parent- Update to 1.5.0.8 (diff)
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.
Notes
Notes: svn path=/head/; revision=176951
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r--Mk/bsd.lua.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index ce8fe57aebd0..9d19f8204412 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.
#