diff options
author | tron <tron> | 1999-08-17 19:24:39 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-17 19:24:39 +0000 |
commit | b1a40b51aa59535dee34e8fb98e1d0b8cd629307 (patch) | |
tree | 436dbd70062bd320e673125e4a176557ba55e269 /sysutils/mc | |
parent | 2f604005ac95ca01ce8094392d6455f4ae3da640 (diff) | |
download | pkgsrc-b1a40b51aa59535dee34e8fb98e1d0b8cd629307.tar.gz |
Current version of midnight commander is only available in directory
"sources/mc/", not "1.0/sources/" on the GNOME ftp sites.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 58ff9ead2ad..9f1e3ac36f3 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.25 1999/08/17 18:26:01 rh Exp $ +# $NetBSD: Makefile,v 1.26 1999/08/17 19:24:39 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # DISTNAME= mc-4.5.37 CATEGORIES= sysutils -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/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/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/ DEPENDS+= libslang-1.3.8:../../devel/libslang |