diff options
author | tron <tron> | 2001-04-27 11:46:34 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-27 11:46:34 +0000 |
commit | f48e8ff8dfaae9f659dd9a8afd6188fa09650257 (patch) | |
tree | 3dc89f3e2600da801b41afe5b14528f3336382f2 /x11/gtk | |
parent | 9c8d3e4f3f83e8c5b79622a4665785087d179d1d (diff) | |
download | pkgsrc-f48e8ff8dfaae9f659dd9a8afd6188fa09650257.tar.gz |
Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirror
sites which gives us a German mirror site again.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 66858d1bd81..710f77ddf0e 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.54 2001/04/26 17:42:54 rh Exp $ +# $NetBSD: Makefile,v 1.55 2001/04/27 11:46:34 tron Exp $ DISTNAME= gtk+-1.2.10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ http://www.ameth.org/gimp/pub/gtk/v1.2/ \ - ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/v1.2/ + ${MASTER_SITE_GNOME:=stable/sources/gtk/} MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gtk.org/ |