diff options
author | makc <makc@FreeBSD.org> | 2016-11-01 07:51:34 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2016-11-01 07:51:34 +0800 |
commit | ca7ddd5e76441532ff658c51237c85a8497dc02c (patch) | |
tree | ede0bcd5ae4cf18503dfd93412014a579d89138c /games/supertux | |
parent | cd2c4ff78ead79bc69adb48b2750881953fe4f90 (diff) | |
download | freebsd-ports-gnome-ca7ddd5e76441532ff658c51237c85a8497dc02c.tar.gz freebsd-ports-gnome-ca7ddd5e76441532ff658c51237c85a8497dc02c.tar.zst freebsd-ports-gnome-ca7ddd5e76441532ff658c51237c85a8497dc02c.zip |
games/supertux: update MASTER_SITES
Diffstat (limited to 'games/supertux')
-rw-r--r-- | games/supertux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index f8ad54627b10..06e0732c6f28 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -5,13 +5,11 @@ PORTNAME= supertux PORTVERSION= 0.1.3 PORTREVISION= 12 CATEGORIES= games -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= https://github.com/SuperTux/downloads/raw/master/ MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers -BROKEN= Unfetchable (google code has gone away) - USES= gmake tar:bzip2 USE_SDL= image mixer USE_GL= gl |