diff options
author | knu <knu@FreeBSD.org> | 2002-11-18 12:01:16 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-18 12:01:16 +0000 |
commit | c7e76f842dbcb99d45b8a029c61601683a99acca (patch) | |
tree | 938c54321929784996406cf9ea2fb3e9221f80f7 /net/GeoIP | |
parent | 42e84c9db4a34580c0ece7b93042b999371954db (diff) | |
download | FreeBSD-ports-c7e76f842dbcb99d45b8a029c61601683a99acca.zip FreeBSD-ports-c7e76f842dbcb99d45b8a029c61601683a99acca.tar.gz |
Cope with a hostname change.
Submitted by: bento
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 f248259..a65dce9 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -8,7 +8,7 @@ PORTNAME= GeoIP PORTVERSION= 1.0.9 CATEGORIES= net -MASTER_SITES= http://maxmind.com/download/geoip/api/c/ +MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ MAINTAINER= seanc@FreeBSD.org |