diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-24 09:12:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-24 09:12:54 +0000 |
commit | b8fec8c8163b3e5bcb1bb40d547d433682224243 (patch) | |
tree | 4ba471ada1e2fb51e8be319d3544c0f7ab444bac | |
parent | - Fix decoding files on AMD64 [1] (diff) |
- Remove dead MASTER_SITES
PR: ports/67108
Submitted by: maintainer
-rw-r--r-- | games/supertux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/supertux/Makefile b/games/supertux/Makefile index 79e72161c077..0e7ca190db01 100644 --- a/games/supertux/Makefile +++ b/games/supertux/Makefile @@ -8,8 +8,7 @@ PORTNAME= supertux PORTVERSION= 0.1.1 CATEGORIES= games -MASTER_SITES= http://pingus.seul.org/~grumbel/tmp/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= super-tux MAINTAINER= ahze@ahze.net |