diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 02:56:17 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-02-02 02:56:17 +0800 |
commit | 95d63fc9a7b7c77b95d4694c7b3fca25e677e542 (patch) | |
tree | d5745ce9e920a013ed99c52278a3ee3be24cfa12 /net | |
parent | d8bbbc290342df7b2a881ca3cbe6ed30a4b40062 (diff) | |
download | freebsd-ports-graphics-95d63fc9a7b7c77b95d4694c7b3fca25e677e542.tar.gz freebsd-ports-graphics-95d63fc9a7b7c77b95d4694c7b3fca25e677e542.tar.zst freebsd-ports-graphics-95d63fc9a7b7c77b95d4694c7b3fca25e677e542.zip |
- Fix fetch
Reported by: -fetch-original pointyhat run
Diffstat (limited to 'net')
-rw-r--r-- | net/py-GeoIP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 8224b55612f..4eb7747e5e7 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -8,7 +8,7 @@ PORTNAME= GeoIP PORTVERSION= 1.2.2 CATEGORIES= net python geography -MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/ +MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-Python-${PORTVERSION} |