aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-11-10 03:22:54 +0800
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-11-10 03:22:54 +0800
commit2c86df786cb97382580cbc6f5295bc4901cdf838 (patch)
tree239f753663b6a587231eb75d9f1ef1e421d77992 /Mk
parent5206232b06d3bfcc7bebcfc6004046ecc218561b (diff)
downloadfreebsd-ports-gnome-2c86df786cb97382580cbc6f5295bc4901cdf838.tar.gz
freebsd-ports-gnome-2c86df786cb97382580cbc6f5295bc4901cdf838.tar.zst
freebsd-ports-gnome-2c86df786cb97382580cbc6f5295bc4901cdf838.zip
- Swap description of LUA_MODLIBDIR and LUA_MODSHAREDIR variables.
Diffstat (limited to '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.
#