diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/frotz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 9954c69121e..14f5ceead7a 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2001/11/16 21:19:58 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/12/08 22:08:51 kristerw Exp $ # DISTNAME= frotz-2.41 CATEGORIES= games -MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/ +# The maintainer has asked us to use the mirrors instead of www.cs.csubak.edu. +#MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/ MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \ ftp://ftp.nodomainname.net/pub/mirrors/if-archive/infocom/interpreters/frotz/ \ ftp://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \ ftp://ftp.ifarchive.org/if-archive/unprocessed/ -# 2.41 isn't on if-archive yet. MAINTAINER= seebs@plethora.net HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ |