diff options
author | reed <reed> | 2004-05-08 20:11:27 +0000 |
---|---|---|
committer | reed <reed> | 2004-05-08 20:11:27 +0000 |
commit | e226fd5c9c48790d04b5190d5cdf68b9f2cad8c4 (patch) | |
tree | 762864655482c4024292de6319abefb1b3c8851e /print/scribus | |
parent | 5cd453da520a285d2a2d09aed3e28c338f6e0815 (diff) | |
download | pkgsrc-e226fd5c9c48790d04b5190d5cdf68b9f2cad8c4.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')
-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/ |