diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 12:01:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-18 12:01:16 +0000 |
commit | 1cf467c8c2b56b26f2d056624e16288f9ee311ef (patch) | |
tree | 4ead481067471cc8d9e372a5ea27cea9ad4729db /net/GeoIP | |
parent | 4e1257f0083b99973f49e8e53c8aac76ae619f4f (diff) |
Cope with a hostname change.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=70400
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 f248259de26b..a65dce9a2df2 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 |