diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-06-21 23:51:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-06-21 23:51:49 +0000 |
commit | aea5e67f4506fe8e4c7b64d362cb02bc2254c2c1 (patch) | |
tree | f7e018d0582da9b734825034179c97bf0cc40229 /games/dungeon | |
parent | 06f5a4c195c82d322c0eb52e8d94214bc99af513 (diff) |
Notes
Diffstat (limited to 'games/dungeon')
-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 bdd0b8d767c2..7672d6d071ea 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 |