diff options
Diffstat (limited to 'games/dungeon/Makefile')
-rw-r--r-- | games/dungeon/Makefile | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index bdd0b8d767c..7672d6d071e 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -8,25 +8,12 @@ PORTNAME= dungeon PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/ \ - http://wuarchive.wustl.edu/doc/misc/if-archive/games/source/ \ - http://ftp.nodomainname.net/pub/mirrors/if-archive/games/source/ \ - ftp://ftp.ifarchive.com/if-archive/games/source/ \ - ftp://www.plover.net/if-archive/games/source/ \ - ftp://ftp.guetech.org/if-archive/games/source/ \ - ftp://ftp.funet.fi/pub/misc/if-archive/games/source/ \ - http://www.planetmirror.com/pub/if-archive/games/source/ \ - ftp://ftp.planetmirror.com/pub/if-archive/games/source/ \ - ftp://mirror.holmoak.co.uk/if-archive/games/source/ +MASTER_SITES= ftp://ftp.gmd.de/if-archive/games/source/ DISTFILES= dungn27s.zip dungn32b.zip MAINTAINER= rmiya@cc.hirosaki-u.ac.jp COMMENT= Text adventure game of ZORK -BROKEN= "Checksum mismatch" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - EXTRACT_ONLY= dungn27s.zip NO_WRKSUBDIR= yes |