diff options
author | tron <tron> | 1999-08-22 22:02:32 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-22 22:02:32 +0000 |
commit | 5bb7e5187dfdf6052d5c17d974f36d2a5d0c261b (patch) | |
tree | e9423240510d04c755b57d3e4c4b6181a5a3ad49 /sysutils/mc | |
parent | 43af853e03a669c198402194e7c49a323b883e41 (diff) | |
download | pkgsrc-5bb7e5187dfdf6052d5c17d974f36d2a5d0c261b.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'sysutils/mc')
-rw-r--r-- | sysutils/mc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index 9f1e3ac36f3..8f8e58baa56 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/08/17 19:24:39 tron Exp $ +# $NetBSD: Makefile,v 1.27 1999/08/22 22:02:34 tron Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -7,10 +7,7 @@ CATEGORIES= sysutils 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/ +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mc/} DEPENDS+= libslang-1.3.8:../../devel/libslang |