diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-09 03:57:57 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-09 03:57:57 +0000 |
commit | 7f4917bb92332c085a2cc49ae8a0499cde5f889c (patch) | |
tree | f15bea23820bb969be00eafe554940ff86b94298 /net/luasocket | |
parent | ec537205a1b54c3d238155d05fd7658e02828514 (diff) | |
download | ports-7f4917bb92332c085a2cc49ae8a0499cde5f889c.tar.gz ports-7f4917bb92332c085a2cc49ae8a0499cde5f889c.zip |
egads, fix typo
Notes
Notes:
svn path=/head/; revision=237471
Diffstat (limited to 'net/luasocket')
-rw-r--r-- | net/luasocket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index c31b2b541fe7..16817c977149 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://luaforge.net/frs/download.php/2664/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= pgollucci.org +MAINTAINER= pgollucci@FreeBSD.org COMMENT= IPv4 Sockets support for the Lua language USE_GMAKE= yes |