diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-03 08:14:13 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-03 08:14:13 +0800 |
commit | b1cef5349a389f16d3de05b8446cccb94d58b7d5 (patch) | |
tree | e50f406cda4cf9fd3ffaa1e89bb0a4623616f06f /games | |
parent | 05799ae0e7d72c204a706e54e88c9e8dd6487215 (diff) | |
download | freebsd-ports-gnome-b1cef5349a389f16d3de05b8446cccb94d58b7d5.tar.gz freebsd-ports-gnome-b1cef5349a389f16d3de05b8446cccb94d58b7d5.tar.zst freebsd-ports-gnome-b1cef5349a389f16d3de05b8446cccb94d58b7d5.zip |
Fix MASTER_SITES and unmark BROKEN.
Diffstat (limited to 'games')
-rw-r--r-- | games/circuslinux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile index c31d1c2f4a36..b516200d8b89 100644 --- a/games/circuslinux/Makefile +++ b/games/circuslinux/Makefile @@ -5,13 +5,11 @@ PORTNAME= circuslinux PORTVERSION= 1.0.3 PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/circus-linux/src/ MAINTAINER= ports@FreeBSD.org COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari" -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt |