diff options
author | philip <philip@FreeBSD.org> | 2007-04-01 04:40:55 +0800 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2007-04-01 04:40:55 +0800 |
commit | 798aa98d3dc4b74c92652a87eff5ce25e09d5099 (patch) | |
tree | b3246b54a5f9cef48229a7c9df6061892df4902e /lang/lua | |
parent | 21489a132c49b0749cfec6e3d87d3e13618455dc (diff) | |
download | freebsd-ports-gnome-798aa98d3dc4b74c92652a87eff5ce25e09d5099.tar.gz freebsd-ports-gnome-798aa98d3dc4b74c92652a87eff5ce25e09d5099.tar.zst freebsd-ports-gnome-798aa98d3dc4b74c92652a87eff5ce25e09d5099.zip |
Change maintainer at previous maintainer's request.
PR: ports/111047
Submitted by: Richard Kiss <him -at- richardkiss.com> (maintainer)
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 0a82e0fae5ed..04373318d45e 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: lua # Date created: 27 June 1999 -# Whom: Richard Kiss <him@richardkiss.com> +# Whom: Richard Kiss # # $FreeBSD$ # @@ -16,7 +16,7 @@ MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.uni-trier.de/pub/languages/lua/ \ ftp://ftp.gwdg.de/pub/languages/lua/ -MAINTAINER= him@richardkiss.com +MAINTAINER= andrew+ports@fubar.geek.nz COMMENT= Small, compilable scripting language providing easy access to C code USE_LUA= 5.1 |