diff options
Diffstat (limited to 'sysutils/gmc')
-rw-r--r-- | sysutils/gmc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/gmc/Makefile b/sysutils/gmc/Makefile index 564e19aacd3..a6e93c30aca 100644 --- a/sysutils/gmc/Makefile +++ b/sysutils/gmc/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.12 1999/08/17 18:28:40 rh Exp $ +# $NetBSD: Makefile,v 1.13 1999/08/17 19:24:39 tron Exp $ DISTNAME= mc-4.5.37 PKGNAME= gmc-4.5.37 CATEGORIES= sysutils gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ - ftp://ftp.sunet.se/pub/X11/GNOME/gnome-1.0/sources/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/gnome-1.0/sources/ \ - ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/sources/mc/ \ - http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/mc/ +MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/sources/mc/ \ + ftp://ftp.sunet.se/pub/X11/GNOME/sources/mc/ \ + ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/sources/mc/ \ + ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/sources/mc/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/mc/ |