diff options
author | tron <tron> | 2000-03-13 14:32:16 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-13 14:32:16 +0000 |
commit | 34c74911fc7f8cb5cfc852fc06a442115ff881dc (patch) | |
tree | a26b849872de493cc718d5245257f293b464cad6 /graphics/gimp | |
parent | 510c0be72009d65f0905be0ba43bfa7d620517f8 (diff) | |
download | pkgsrc-34c74911fc7f8cb5cfc852fc06a442115ff881dc.tar.gz |
Use "ftp.fu-berlin.de" instead of dead mirror on "infosoc.uni-koeln.de".
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 488608e2f8e..c3401e53379 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2000/03/02 09:39:04 tron Exp $ +# $NetBSD: Makefile,v 1.47 2000/03/13 14:32:16 tron Exp $ DISTNAME= gimp-1.0.4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.4/ \ - ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gimp/v1.0/v1.0.4/ \ + ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v1.0/v1.0.4/ \ ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.4/ EXTRACT_SUFX= .tar.bz2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |