diff options
author | hubertf <hubertf> | 2002-09-01 04:26:09 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-09-01 04:26:09 +0000 |
commit | 424453609086d170da3f803a579178d4dc3c30b7 (patch) | |
tree | 73c6e943445cfe4b04079da7c480339d2f6b8091 /x11/kdelibs | |
parent | 507ca2db823fec7aa918700e4f905e1e5fe8306e (diff) | |
download | pkgsrc-424453609086d170da3f803a579178d4dc3c30b7.tar.gz |
Distfiles aren't available any longer on the KDE ftp site, so let's
archive them at ${MASTER_SITE_LOCAL}/kde1
Diffstat (limited to 'x11/kdelibs')
-rw-r--r-- | x11/kdelibs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index 1b50c0bbdc2..fde2b2f1587 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.60 2002/03/13 17:37:58 fredb Exp $ +# $NetBSD: Makefile,v 1.61 2002/09/01 04:26:11 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # DISTNAME= kdelibs-1.1.2 PKGREVISION= 1 CATEGORIES= x11 kde -MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/ \ - ftp://ftp.de.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/ +MASTER_SITES= ${MASTER_SITE_LOCAL}/kde1 EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org |