diff options
author | adamw <adamw@FreeBSD.org> | 2014-06-13 04:40:41 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-06-13 04:40:41 +0800 |
commit | aa045f00ae592e32020cbe31888ce3a434607b37 (patch) | |
tree | f57d87e3ed47993aacaee6e9308bda0f587040ed /net | |
parent | 2948e1f686334a13581fc55501cae6afe6c678c3 (diff) | |
download | freebsd-ports-gnome-aa045f00ae592e32020cbe31888ce3a434607b37.tar.gz freebsd-ports-gnome-aa045f00ae592e32020cbe31888ce3a434607b37.tar.zst freebsd-ports-gnome-aa045f00ae592e32020cbe31888ce3a434607b37.zip |
Take these two.
Diffstat (limited to 'net')
-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}" \ |