diff options
author | mat <mat@FreeBSD.org> | 2016-04-12 23:05:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-12 23:05:09 +0800 |
commit | 9c17e91381cd5fcc8a0c357a628c1b7ac6d0bf11 (patch) | |
tree | d92f1cb6096f5e845acca924cea440f0741b4bd0 /games/atris | |
parent | fc50fa293e5d4ef280a6725d8ea0dac689cc693c (diff) | |
download | freebsd-ports-gnome-9c17e91381cd5fcc8a0c357a628c1b7ac6d0bf11.tar.gz freebsd-ports-gnome-9c17e91381cd5fcc8a0c357a628c1b7ac6d0bf11.tar.zst freebsd-ports-gnome-9c17e91381cd5fcc8a0c357a628c1b7ac6d0bf11.zip |
Unbreak.
PR: 208706
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'games/atris')
-rw-r--r-- | games/atris/Makefile | 4 | ||||
-rw-r--r-- | games/atris/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games/atris/Makefile b/games/atris/Makefile index c94fcdbe7d09..6694fbde67aa 100644 --- a/games/atris/Makefile +++ b/games/atris/Makefile @@ -5,13 +5,11 @@ PORTNAME= atris PORTVERSION= 1.0.7 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.sourcefiles.org/Games/Arcade/Block_Based/Tetris/ +MASTER_SITES= http://www.cs.virginia.edu/~weimer/atris/ MAINTAINER= ports@FreeBSD.org COMMENT= Atris: Alizarin Tetris -BROKEN= unfetchable - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/games/atris/pkg-descr b/games/atris/pkg-descr index 0377bc101f89..8e11e7e1bf9f 100644 --- a/games/atris/pkg-descr +++ b/games/atris/pkg-descr @@ -3,4 +3,4 @@ systems. It includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. It was written using the SDL Library. -WWW: http://www.wkiri.com/projects/atris/ +WWW: http://www.cs.virginia.edu/~weimer/atris/ |