1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/luasocket/files/patch-aa
Edwin Groothuis 205f0fe5e1 new port: net/luasocket - IP library for Lua language
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>
2003-08-30 01:53:21 +00:00

12 lines
317 B
Plaintext

--- 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)