diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-27 16:31:54 +0800 |
commit | 285733d1c10dfd2cba0afefc099553f5b353eb30 (patch) | |
tree | 69a2645c8781bf595bab6e4416fa205d0c966658 /games/gnomegames/Makefile | |
parent | 0cee15684806cb05c106c47804c1afc5d558a340 (diff) | |
download | freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.gz freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.tar.zst freebsd-ports-gnome-285733d1c10dfd2cba0afefc099553f5b353eb30.zip |
Use ${MASTER_SITE_GNOME}
Diffstat (limited to 'games/gnomegames/Makefile')
-rw-r--r-- | games/gnomegames/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 0277bd5449db..7a01d3cefdac 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -3,16 +3,14 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.9 1999/01/12 16:50:34 vanilla Exp $ +# $Id: Makefile,v 1.10 1999/01/15 18:10:22 vanilla Exp $ # DISTNAME= gnome-games-0.99.3 PKGNAME= gnomegames-0.99.3 CATEGORIES= games -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-games MAINTAINER= nacai@iname.com |