diff options
author | glewis <glewis@FreeBSD.org> | 2004-06-22 07:51:49 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-06-22 07:51:49 +0800 |
commit | 63dbf608cccdfa14c1dd5538b500d251862f2c59 (patch) | |
tree | 21774905fc5687e2f8f4d8a00ade161d70096b26 /games/dungeon | |
parent | e21ac0567333446c2f28f85f5a98392ff8b89d97 (diff) | |
download | freebsd-ports-gnome-63dbf608cccdfa14c1dd5538b500d251862f2c59.tar.gz freebsd-ports-gnome-63dbf608cccdfa14c1dd5538b500d251862f2c59.tar.zst freebsd-ports-gnome-63dbf608cccdfa14c1dd5538b500d251862f2c59.zip |
. Unbreak with a MASTER_SITE that contains the distribution files with the
correct checksums.
Note that it would be a good idea to compare these files to the files on
the newer and more numerous distribution sites and update to using that
source.
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 |