diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-22 20:15:18 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-22 20:15:18 +0800 |
commit | ff1e8bced2353414d4a8e534fca1fc1ebd40cb46 (patch) | |
tree | 60598f98737a8d612563357a409d05eeff2fe7f0 | |
parent | 3ffce5439cece69f4bfcc6df14ac3fd124176a4b (diff) | |
download | freebsd-ports-gnome-ff1e8bced2353414d4a8e534fca1fc1ebd40cb46.tar.gz freebsd-ports-gnome-ff1e8bced2353414d4a8e534fca1fc1ebd40cb46.tar.zst freebsd-ports-gnome-ff1e8bced2353414d4a8e534fca1fc1ebd40cb46.zip |
- Use MASTER_SITE_BERLIOS in MASTER_SITES now
-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 |