diff options
author | frueauf <frueauf> | 1999-08-22 10:59:02 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-08-22 10:59:02 +0000 |
commit | b5dd63153c6becc373ed8b4094c65b05ecc49b6f (patch) | |
tree | feea30d35e850d5fc7363db1697a584d1b9063a9 /x11 | |
parent | cab745eded786e83486e2664600665fbd04d1800 (diff) | |
download | pkgsrc-b5dd63153c6becc373ed8b4094c65b05ecc49b6f.tar.gz |
// -> / in URL path, pointed out by Bernd Ernesti.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/controlcenter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index 4352a0a1804..9b0002535c7 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 1999/08/20 12:10:23 rh Exp $ +# $NetBSD: Makefile,v 1.10 1999/08/22 10:59:02 frueauf Exp $ # DISTNAME= control-center-1.0.6 CATEGORIES= x11 gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME//sources/ \ +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/ \ ftp://ftp.circ.us.eu.org/mirrors/ftp.gnome.org/sources/ \ ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/control-center/ \ ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ \ |