diff options
Diffstat (limited to 'games/supertux')
-rw-r--r-- | games/supertux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index 955d348cb882..0c8e0b65fcfa 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -8,7 +8,8 @@ PORTNAME= supertux PORTVERSION= 0.1.3 CATEGORIES= games -MASTER_SITES= http://download.berlios.de/supertux/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ahze@FreeBSD.org COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers |