aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 15:53:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-18 15:53:43 +0000
commitc9d1e3963cabda508c95b54334c5e7db0dbd6827 (patch)
tree34bd5d9f7483482c8889ddb573fd38d247c40548 /net
parent93604d05831dd3ca75bb335fabf60b66560d02ff (diff)
downloadports-c9d1e3963cabda508c95b54334c5e7db0dbd6827.tar.gz
ports-c9d1e3963cabda508c95b54334c5e7db0dbd6827.zip
Second run a removing EOLed lua 5.0
devel/lua50-filename devel/lua50-gettext devel/lua50-posix devel/lua50-pty lang/tolua++50 lang/tolua50 net/lua50-luasocket Approved by: apache (ohauer) and amdmi3
Notes
Notes: svn path=/head/; revision=334215
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/lua50-luasocket/Makefile9
2 files changed, 0 insertions, 10 deletions
diff --git a/net/Makefile b/net/Makefile
index 62360c76be94..a7428563d0dc 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -362,7 +362,6 @@
SUBDIR += liveMedia
SUBDIR += lla
SUBDIR += ltm
- SUBDIR += lua50-luasocket
SUBDIR += lualdap
SUBDIR += luasocket
SUBDIR += lvwimax
diff --git a/net/lua50-luasocket/Makefile b/net/lua50-luasocket/Makefile
deleted file mode 100644
index ddae426fa375..000000000000
--- a/net/lua50-luasocket/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# Created by: Andrew Turner <andrew+ports@fubar.geek.nz>
-# $FreeBSD$
-
-USE_LUA= 5.0
-
-MASTERDIR= ${.CURDIR}/../luasocket
-
-NO_STAGE= yes
-.include "${MASTERDIR}/Makefile"