diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-25 13:01:07 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-25 13:01:07 +0000 |
commit | c95f80b771bbb4c63663d6e0af39aa562124f1b8 (patch) | |
tree | da088eb6b9541fb320d42849945cd2da11992c52 /graphics/gmt | |
parent | 98aa05bd52de120dafceb4a7d6ba473a612fb103 (diff) | |
download | FreeBSD-ports-c95f80b771bbb4c63663d6e0af39aa562124f1b8.zip FreeBSD-ports-c95f80b771bbb4c63663d6e0af39aa562124f1b8.tar.gz |
Remove dead MASTER_SITES.
Please note that this port needs to be updated to 3.4.6 because
3.4.1 isn't working available from their website anymore.
Diffstat (limited to 'graphics/gmt')
-rw-r--r-- | graphics/gmt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 0b05c2b..c8269ab 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -9,12 +9,9 @@ PORTNAME= gmt PORTVERSION= 3.4.1 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://gmt.soest.hawaii.edu/pub/gmt/ \ - ftp://falcon.grdl.noaa.gov/pub/gmt/ \ +MASTER_SITES= ftp://falcon.grdl.noaa.gov/pub/gmt/ \ ftp://ftp.iag.usp.br/pub/gmt/ \ - ftp://ftp.geologi.uio.no/pub/gmt/ \ - ftp://life.csu.edu.au/pub/gmt/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/gmt/ + ftp://ftp.geologi.uio.no/pub/gmt/ DISTNAME= GMT${PORTVERSION} DISTFILES= ${EXTRACT_ONLY} ${EXTRACT_SUB} DIST_SUBDIR= gmt |