diff options
author | tron <tron@pkgsrc.org> | 1998-11-05 10:20:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-05 10:20:51 +0000 |
commit | c3098e2f3dba6173e8426813d9cd3095d3e05baa (patch) | |
tree | 6585eabe6f79d0d1ba75dc542044c84dfa484ebf /x11 | |
parent | bbc69449c6dc45e4c08e11204615a558df119b53 (diff) | |
download | pkgsrc-c3098e2f3dba6173e8426813d9cd3095d3e05baa.tar.gz |
Remove bogus mirror sites and add a new one.
XXX A mirror site in the US would be nice. Does somebody know one?
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/qt/Makefile b/x11/qt/Makefile index 48ceb392ee5..65a74b00e6f 100644 --- a/x11/qt/Makefile +++ b/x11/qt/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.19 1998/11/05 07:44:45 mycroft Exp $ +# $NetBSD: Makefile,v 1.20 1998/11/05 10:20:51 tron Exp $ # DISTNAME= qt-1.41 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/sunsite/Incoming/ \ - ftp://ftp.kde.org/pub/qt/TGZ/ \ - ftp://ftp.troll.no/qt/source/ +MASTER_SITES= ftp://ftp.troll.no/qt/source/ \ + ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.troll.no/products/qt.html |