diff options
author | kris <kris@FreeBSD.org> | 2006-02-22 05:30:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-02-22 05:30:13 +0800 |
commit | c225c34d7eb77820bf6c1c04c9ea4962080c3e35 (patch) | |
tree | 637101a0be92c32a93f4aa11a063d3e52b15d361 /games/xflame | |
parent | 3a13ee97cbf93db5e8be5f5c6dafc8bc97f6026c (diff) | |
download | freebsd-ports-gnome-c225c34d7eb77820bf6c1c04c9ea4962080c3e35.tar.gz freebsd-ports-gnome-c225c34d7eb77820bf6c1c04c9ea4962080c3e35.tar.zst freebsd-ports-gnome-c225c34d7eb77820bf6c1c04c9ea4962080c3e35.zip |
Host distfile locally since the previous master site is unresponsive.
Diffstat (limited to 'games/xflame')
-rw-r--r-- | games/xflame/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xflame/Makefile b/games/xflame/Makefile index 7a5215a04d12..76a02c120649 100644 --- a/games/xflame/Makefile +++ b/games/xflame/Makefile @@ -8,7 +8,8 @@ PORTNAME= xflame PORTVERSION= 1.1.1 CATEGORIES= games -MASTER_SITES= http://linux.rice.edu/~rahul/xflame/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=kris MAINTAINER= kris@FreeBSD.org COMMENT= A cool animated flame |