diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-08-19 08:01:34 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2002-08-19 08:01:34 +0000 |
commit | d99dbad3de4fb9479ce3a08693095a7f1c629aab (patch) | |
tree | dcad6a8948e2353bddbadfb5932c89c7782ab66f /net/GeoIP | |
parent | 1771cdafe20a70533ebea458c5c2303966ab6420 (diff) |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor)
Notes
Notes:
svn path=/head/; revision=64651
Diffstat (limited to 'net/GeoIP')
-rw-r--r-- | net/GeoIP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 7529cfb370bb..96879edc3e95 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.0 CATEGORIES= misc MASTER_SITES= http://maxmind.com/download/geoip/api/c/ -MAINTAINER= leeym@leeym.com +MAINTAINER= leeym@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |