diff options
author | tron <tron@pkgsrc.org> | 1999-08-17 19:24:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-17 19:24:39 +0000 |
commit | cba6801676be3625012f12ee622aa10fefeb73e8 (patch) | |
tree | 436dbd70062bd320e673125e4a176557ba55e269 /sysutils/mc | |
parent | 8fc74cd7e7a9b18380fb81cee3cd4d5232bffcdc (diff) | |
download | pkgsrc-cba6801676be3625012f12ee622aa10fefeb73e8.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 |