diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 12:02:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 12:02:47 +0000 |
commit | 406042ce9666797ccb1ec701fcd598717fd92ab1 (patch) | |
tree | db2880c1ae9278655acffa19fa813b0a113f91d5 | |
parent | 5a80301902715a40b666a98ada7b72215315d1e0 (diff) | |
download | pkgsrc-406042ce9666797ccb1ec701fcd598717fd92ab1.tar.gz |
Remove future MASTER_SITEs. From Zafer Aydogan.
-rw-r--r-- | graphics/GMT/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index a5976316982..49a460ed726 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,16 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2007/10/10 21:48:42 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2007/12/02 12:02:47 wiz Exp $ DISTNAME= GMT4.1.4 PKGNAME= GMT-4.1.4 PKGREVISION= 1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.soest.hawaii.edu/gmt/4/ \ - ftp://falcon.grdl.noaa.gov/pub/gmt/4/ \ - ftp://ftp.iris.washington.edu/pub/gmt/4/ \ - ftp://ftp.iag.usp.br/pub/gmt/4/ \ - ftp://ftp.geologi.uio.no/pub/gmt/4/ \ - ftp://gd.tuwien.ac.at/pub/gmt/4/ \ - ftp://life.csu.edu.au/pub/gmt/4/ \ +MASTER_SITES= ftp://ftp.iris.washington.edu/pub/gmt/4/ \ ftp://ftp.scc.u-tokai.ac.jp/pub/gmt/4/ DISTFILES= GMT4.1.4_man.tar.bz2 GMT4.1.4_pdf.tar.bz2 \ GMT4.1.4_scripts.tar.bz2 GMT4.1.4_share.tar.bz2 \ |