diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-14 03:29:45 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-14 03:29:45 +0800 |
commit | e4d3bcb751a6a43c3e1f676e0bdb25ebcbb32dc4 (patch) | |
tree | f63bc93f49c9afa7c5fc67477d368e29e88355c3 /net/luasocket/files/patch-Makefile | |
parent | x11-fonts/afdko: Update to 3.8.3 (diff) |
net/luasocket: Update to 3.0.0
- Update MASTER_SITES
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/lunarmodules/luasocket/releases
Diffstat (limited to 'net/luasocket/files/patch-Makefile')
-rw-r--r-- | net/luasocket/files/patch-Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net/luasocket/files/patch-Makefile b/net/luasocket/files/patch-Makefile deleted file mode 100644 index 646a462ef1ef..000000000000 --- a/net/luasocket/files/patch-Makefile +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig 2013-06-14 11:27:32 UTC -+++ Makefile -@@ -23,21 +23,15 @@ print: - test: - lua test/hello.lua - --install-both: -- $(MAKE) clean -- @cd src; $(MAKE) $(PLAT) LUAV=5.1 -- @cd src; $(MAKE) install LUAV=5.1 -+install: - $(MAKE) clean -- @cd src; $(MAKE) $(PLAT) LUAV=5.2 -- @cd src; $(MAKE) install LUAV=5.2 -+ @cd src; $(MAKE) $(PLAT) LUAV=$(LUA_VER) -+ @cd src; $(MAKE) install LUAV=$(LUA_VER) - --install-both-unix: -- $(MAKE) clean -- @cd src; $(MAKE) $(PLAT) LUAV=5.1 -- @cd src; $(MAKE) install-unix LUAV=5.1 -+install-unix: - $(MAKE) clean -- @cd src; $(MAKE) $(PLAT) LUAV=5.2 -- @cd src; $(MAKE) install-unix LUAV=5.2 -+ @cd src; $(MAKE) $(PLAT) LUAV=$(LUA_VER) -+ @cd src; $(MAKE) install-unix LUAV=$(LUA_VER) - - .PHONY: test - |