diff options
author | tron <tron@pkgsrc.org> | 2001-04-27 11:43:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-27 11:43:40 +0000 |
commit | b0bf27a852112df3439c44ef010b9c7d992002e7 (patch) | |
tree | b321b9cc25c99b9940c833afde0b35dff11cab7d /x11 | |
parent | fceda45f73b9b3497f6214b13447186e7f88038f (diff) | |
download | pkgsrc-b0bf27a852112df3439c44ef010b9c7d992002e7.tar.gz |
Remove dead mirror on "ftp.flirble.org" and unreliable mirror on
"infosoc.uni-koeln.de".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk10/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile index cf715c15162..56e8bd94580 100644 --- a/x11/gtk10/Makefile +++ b/x11/gtk10/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2001/02/17 17:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/27 11:43:40 tron Exp $ DISTNAME= gtk+-1.0.6 PKGNAME= gtk10-1.0.6 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ \ - ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/v1.0/ \ - ftp://ftp.flirble.org/pub/X/gimp/pub/gtk/v1.0/ +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.0/ MAINTAINER= bsieker@techfak.uni-bielefeld.de HOMEPAGE= http://www.gtk.org/ |