diff options
author | reed <reed@pkgsrc.org> | 2004-05-08 20:11:27 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-08 20:11:27 +0000 |
commit | 85ae9439e4a9c9a125ea4f48149e45e6972e9ce2 (patch) | |
tree | 762864655482c4024292de6319abefb1b3c8851e /print/scribus/Makefile | |
parent | a30e99e2ad59c66859e8b5a76a937b306f51a54e (diff) | |
download | pkgsrc-85ae9439e4a9c9a125ea4f48149e45e6972e9ce2.tar.gz |
Get rid of some of the MASTER_SITES. KDE.org returns a bogus
download asking for sponsors. The other sites are either too old
or too new. This version of scribus is old, but I didn't update yet,
because patching to work with NetBSD's old gcc is not easy.
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r-- | print/scribus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index 732787c6d55..a823b462d7c 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2004/04/18 00:14:48 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/05/08 20:11:27 reed Exp $ DISTNAME= scribus-1.1.1 PKGREVISION= 1 CATEGORIES= print -MASTER_SITES= http://ftp.kde.com/Office/Text_Word_Processing/Scribus/ \ - http://web2.altmuehlnet.de/fschmid/ \ - http://scribus.planetmirror.com/ \ - ftp://ftp.ntua.gr/pub/gnu/scribus/ \ - http://scribus.ipc.one.pl/ +MASTER_SITES= http://scribus.planetmirror.com/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://web2.altmuehlnet.de/fschmid/ |