diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-07 09:04:44 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-07 09:04:44 +0000 |
commit | 5f14a29fe1987a56f5407842dae63c014555eee1 (patch) | |
tree | 20320336c47a07bbcadba4abe644e89937f71e30 /x11/kde2 | |
parent | c282139ca8d6e8bfe167643d581abac450208180 (diff) | |
download | pkgsrc-5f14a29fe1987a56f5407842dae63c014555eee1.tar.gz |
Now that KDE3 is out, the KDE 2.2.2 source files have moved on the KDE
master site. Fixes PR#17187 from Lloyd Parkes.
Diffstat (limited to 'x11/kde2')
-rw-r--r-- | x11/kde2/Makefile.kde2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kde2/Makefile.kde2 b/x11/kde2/Makefile.kde2 index 9d8c6246e68..d710705522b 100644 --- a/x11/kde2/Makefile.kde2 +++ b/x11/kde2/Makefile.kde2 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.kde2,v 1.3 2001/12/03 15:37:16 skrll Exp $ +# $NetBSD: Makefile.kde2,v 1.4 2002/06/07 09:04:44 cjep Exp $ # # This Makefile fragment is included at the top of package Makefiles for # KDE2-distributed packages (they all share common configure and build @@ -6,9 +6,9 @@ CATEGORIES+= kde _KDE_VERSION= 2.2.2 -MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ - ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \ - ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ +MASTER_SITES?= ftp://ftp.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/ \ + ftp://ftp.us.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/ \ + ftp://ftp.de.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= skrll@netbsd.org |