diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 08:31:54 +0000 |
commit | 285733d1c10dfd2cba0afefc099553f5b353eb30 (patch) | |
tree | 69a2645c8781bf595bab6e4416fa205d0c966658 /x11/gnomecore/Makefile | |
parent | 0cee15684806cb05c106c47804c1afc5d558a340 (diff) | |
download | FreeBSD-ports-285733d1c10dfd2cba0afefc099553f5b353eb30.zip FreeBSD-ports-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.gz |
Use ${MASTER_SITE_GNOME}
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r-- | x11/gnomecore/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index b708527..5b3b4ab 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -3,16 +3,14 @@ # Date created: 17 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.12 1999/01/17 10:11:06 vanilla Exp $ +# $Id: Makefile,v 1.13 1999/01/24 06:24:31 vanilla Exp $ # DISTNAME= gnome-core-0.99.3.2 PKGNAME= gnomecore-0.99.3.2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ - ftp://ftp.geo.net/pub/gnome/sources/latest/ \ - ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/latest/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= gnome-core MAINTAINER= nacai@iname.com |