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 /misc/gnome-pim | |
parent | 43af853e03a669c198402194e7c49a323b883e41 (diff) | |
download | pkgsrc-5bb7e5187dfdf6052d5c17d974f36d2a5d0c261b.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'misc/gnome-pim')
-rw-r--r-- | misc/gnome-pim/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index 70383e3a69d..3d99081f2da 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,20 +1,9 @@ -# $NetBSD: Makefile,v 1.8 1999/07/24 08:41:39 rh Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/22 22:02:33 tron Exp $ # DISTNAME= gnome-pim-1.0.8 CATEGORIES= misc x11 gnome -MASTER_SITES= ftp://ftp.gnome.org/pub/GNOME/gnome-1.0/sources/ \ - ftp://ftp.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/ \ - ftp://gnomeftp.wgn.net/pub/gnome/ \ - ftp://ftp.informatik.uni-bonn.de/pub/os/unix/gnome/ \ - ftp://unix.hensa.ac.uk/mirrors/ftp.gnome.org/pub/GNOME/ \ - ftp://ftp.sunet.se/pub/X11/GNOME/ \ - ftp://ftp.dataplus.se/pub/linux/gnome/ \ - ftp://ftp.net.lut.ac.uk/gnome/ \ - ftp://mirror.aarnet.edu.au/pub/gnome/ \ - ftp://ftp.fr.gnome.org/pub/gnome/ \ - ftp://ftp.dti.ad.jp/pub/X/GNOME/ \ - http://gd.tuwien.ac.at/hci/GNOME/gnome-1.0/sources/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ |