summaryrefslogtreecommitdiff
path: root/Mk/bsd.lua.mk
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-10-05 18:17:25 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-10-05 18:17:25 +0000
commit1bbc5c3e2356561b937c02abf1bd1d2b230c793d (patch)
tree6a086da28d719d6826c69371d696d953fd1b5052 /Mk/bsd.lua.mk
parentMark mingw* ports as DEPRECATED with EXPIRATION_DATE set to 2006-11-04. (diff)
- The whitespace police is back in town.
PR: ports/104017 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=174568
Diffstat (limited to 'Mk/bsd.lua.mk')
-rw-r--r--Mk/bsd.lua.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/Mk/bsd.lua.mk b/Mk/bsd.lua.mk
index 84697199df01..ce8fe57aebd0 100644
--- a/Mk/bsd.lua.mk
+++ b/Mk/bsd.lua.mk
@@ -76,13 +76,14 @@
# 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_MODSHAREDIR - The directory where Lua module libraries (.so) are
-# installed.
-# LUA_PKGNAMEPREFIX - The package name prefix used by Lua modules.
+# LUA_MODSHAREDIR
+# - The directory where Lua module libraries (.so) are installed.
+# LUA_PKGNAMEPREFIX
+# - The package name prefix used by Lua modules.
#
# Examples:
# - A port that needs Lua 4.0 and tolua (also 4.0) libraries (lua for building
-# and running and tolua for building).
+# and running and tolua for building).
# USE_LUA= 4.0
# LUA_COMPS= lua tolua
# - A port that needs Ruby bindings for Lua 5.0 for building and running.
@@ -94,7 +95,7 @@
# - A port that needs Lua version 5.0 or higher for building and running.
# USE_LUA= 5.0+
# - A port that needs Lua of any version other than 5.1 for building and
-# running.
+# running.
# USE_LUA_NOT=5.1
#