diff options
author | tron <tron> | 1998-09-27 18:06:41 +0000 |
---|---|---|
committer | tron <tron> | 1998-09-27 18:06:41 +0000 |
commit | 0462dce243d72d7b19ac6519a4a015f9c5a85018 (patch) | |
tree | 641023e6f96812e692519ff1ee9fa0c0191c2e2f /x11/kdelibs | |
parent | f53f87929370020c1b521807c71b010cecc69ba4 (diff) | |
download | pkgsrc-0462dce243d72d7b19ac6519a4a015f9c5a85018.tar.gz |
Fix "${MASTER_SITES}": ftp.kde.org and ftp.us.kde.org refer to the same site.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 19997d4f76c..e9e81e8c164 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 1998/08/20 15:17:34 tsarna Exp $ +# $NetBSD: Makefile,v 1.21 1998/09/27 18:08:00 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # DISTNAME= kdelibs-1.0 CATEGORIES= x11 kde -MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \ - ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \ + ftp://ftp.de.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.kde.org/ |