diff options
author | kristerw <kristerw@pkgsrc.org> | 2001-12-08 22:08:51 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2001-12-08 22:08:51 +0000 |
commit | f9dbd5dda6db62df243bab6f9986a6c5bffba4f2 (patch) | |
tree | a44410f58389300bdf62787772704056d486546e /games/frotz | |
parent | 56acee7249a4d81bea47739954b4a77e152d727b (diff) | |
download | pkgsrc-f9dbd5dda6db62df243bab6f9986a6c5bffba4f2.tar.gz |
Remove old comment that the distfile has not reached the mirrors yet.
Add comment that the maintainer has asked us to use the mirrors instead of
the master site.
Diffstat (limited to 'games/frotz')
-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/ |