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 /corba/ORBit | |
parent | 43af853e03a669c198402194e7c49a323b883e41 (diff) | |
download | pkgsrc-5bb7e5187dfdf6052d5c17d974f36d2a5d0c261b.tar.gz |
Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.
Diffstat (limited to 'corba/ORBit')
-rw-r--r-- | corba/ORBit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile index 2370d68ee89..3cd7bccf82c 100644 --- a/corba/ORBit/Makefile +++ b/corba/ORBit/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.21 1999/08/20 07:22:38 tron Exp $ +# $NetBSD: Makefile,v 1.22 1999/08/22 22:02:32 tron Exp $ # DISTNAME= ORBit-0.4.3 CATEGORIES= corba -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/ +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0/sources/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnome.org/ |