diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-10 03:22:54 +0800 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-10 03:22:54 +0800 |
commit | 2c86df786cb97382580cbc6f5295bc4901cdf838 (patch) | |
tree | 239f753663b6a587231eb75d9f1ef1e421d77992 /Mk | |
parent | 5206232b06d3bfcc7bebcfc6004046ecc218561b (diff) | |
download | freebsd-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.mk | 4 |
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. # |