diff options
author | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-08-22 22:02:32 +0000 |
commit | 16628fb1be89da63ed109104742f906208c6c450 (patch) | |
tree | e9423240510d04c755b57d3e4c4b6181a5a3ad49 /x11/controlcenter | |
parent | 102db23e5cfecbf200f52ea39ed9e433f55e2c5d (diff) | |
download | pkgsrc-16628fb1be89da63ed109104742f906208c6c450.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'x11/controlcenter')
-rw-r--r-- | x11/controlcenter/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile index 9b0002535c7..f88a83ac732 100644 --- a/x11/controlcenter/Makefile +++ b/x11/controlcenter/Makefile @@ -1,15 +1,9 @@ -# $NetBSD: Makefile,v 1.10 1999/08/22 10:59:02 frueauf Exp $ +# $NetBSD: Makefile,v 1.11 1999/08/22 22:02:34 tron Exp $ # DISTNAME= control-center-1.0.6 CATEGORIES= x11 gnome -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/ \ - ftp://ftp.tuwien.ac.at/hci/gnome.org/GNOME/sources/control-center/ \ - http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/control-center/ - +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/} MAINTAINER= root@garbled.net HOMEPAGE= http://www.gnome.org/ |