Index: head/games/supertux/Makefile =================================================================== --- head/games/supertux/Makefile (revision 425037) +++ head/games/supertux/Makefile (revision 425038) @@ -1,26 +1,24 @@ # Created by: michael johnson # $FreeBSD$ 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 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug PORTSCOUT= limit:^0\.1 post-patch: @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h .include