diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-12 20:40:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-06-12 20:40:41 +0000 |
commit | e1932e4c5ad35f682ab0f8c95cead42acbdf4893 (patch) | |
tree | f57d87e3ed47993aacaee6e9308bda0f587040ed /net/GeoIP | |
parent | 600d8ff67a3381611058c05fff8fa7200525fc97 (diff) | |
download | ports-e1932e4c5ad35f682ab0f8c95cead42acbdf4893.tar.gz ports-e1932e4c5ad35f682ab0f8c95cead42acbdf4893.zip |
Notes
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 658ca002c036..483d0aaa1d9c 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= adamw@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from CONFIGURE_ARGS= CC="${CC}" PATH="${PATH}" \ |