diff options
author | wen <wen@FreeBSD.org> | 2010-12-08 08:11:59 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-12-08 08:11:59 +0800 |
commit | 12756b268deb26680533aa33df3dd2f43e808d17 (patch) | |
tree | d37fd3eac1a9118a15f153999f094c6e6ec3a48b /graphics | |
parent | 451ab81f22de188646c951e39d775a336890bd09 (diff) | |
download | freebsd-ports-graphics-12756b268deb26680533aa33df3dd2f43e808d17.tar.gz freebsd-ports-graphics-12756b268deb26680533aa33df3dd2f43e808d17.tar.zst freebsd-ports-graphics-12756b268deb26680533aa33df3dd2f43e808d17.zip |
- Fix fetch error
Reported by: Rainer Hurling <rhurlin@gwdg.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qgis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index f5ef1be8af3..25d7298b108 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -8,7 +8,8 @@ PORTNAME= qgis PORTVERSION= 1.6.0 CATEGORIES= graphics geography -MASTER_SITES= http://download.osgeo.org/qgis/src/ +MASTER_SITES= http://qgis.org/downloads/ \ + http://download.osgeo.org/qgis/src/ MAINTAINER= wen@FreeBSD.org COMMENT= Geographical Information System (GIS) data viewer |