diff options
Diffstat (limited to 'graphics/libgeotiff/Makefile')
-rw-r--r-- | graphics/libgeotiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index 59ab8e0d0581..cf4cdc30d361 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -9,10 +9,10 @@ PORTNAME= libgeotiff PORTVERSION= 1.2.5 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/ \ - http://dl1.maptools.org/dl/geotiff/libgeotiff/ +MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \ + ftp://ftp.remotesensing.org/geotiff/libgeotiff/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@sunpoet.net COMMENT= Library for reading and writing GeoTIFF information tags LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ |