mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
LuaSocket is a Lua extension library that provides support for the TCP and UDP transport layers. Extra Lua modules implementing SMTP, HTTP and FTP protocols are installed to /usr/local/lib/lua/luasocket. PR: ports/46325 Submitted by: Jan Hornyak <pav@oook.cz>
11 lines
317 B
Text
11 lines
317 B
Text
--- Makefile.orig Tue Dec 17 10:15:00 2002
|
|
+++ Makefile Tue Dec 17 10:16:08 2002
|
|
@@ -12,7 +12,7 @@
|
|
|
|
# Set LUAINC to the Lua include directory and LUALIB to the
|
|
# Lua library directory
|
|
-LUA = /home/i/diego/public/lib/lua-4.0
|
|
+LUA = ${LOCALBASE}
|
|
LUAINC = $(LUA)/include
|
|
LUALIB = $(LUA)/lib/$(TEC_UNAME)
|
|
|