diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-22 12:15:18 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-22 12:15:18 +0000 |
commit | 303b671f1a383b26017e6c81e2a42c508c642484 (patch) | |
tree | 1121f3436d2309904f56b048fd5defc66be02e85 /games | |
parent | 65a285431fcf446373495dcc6a04c97c6ca0a57b (diff) | |
download | ports-303b671f1a383b26017e6c81e2a42c508c642484.tar.gz ports-303b671f1a383b26017e6c81e2a42c508c642484.zip |
Notes
Diffstat (limited to 'games')
-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 |