diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-16 21:19:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-16 21:19:58 +0000 |
commit | 47c1e4813714db32fc433ab39d17fed409189e09 (patch) | |
tree | f9c268a1a298c7600ad2f2b0a387935ae442c8ed /games/frotz/Makefile | |
parent | 4c355c7b79294917a5c95dcb6f51d35b002d3fdb (diff) | |
download | pkgsrc-47c1e4813714db32fc433ab39d17fed409189e09.tar.gz |
Change MASTER_SITES and HOMEPAGE as suggested in pkg/14607 by David
Griffith <dgriffi@cs.csubak.edu>.
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r-- | games/frotz/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index f618e6786ad..9954c69121e 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.4 2001/05/23 13:35:10 dillo Exp $ +# $NetBSD: Makefile,v 1.5 2001/11/16 21:19:58 jlam Exp $ # DISTNAME= frotz-2.41 CATEGORIES= games 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. -#MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ MAINTAINER= seebs@plethora.net -HOMEPAGE= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ +HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ COMMENT= Curses-based interpreter for Infocom-compatible games # uses setscrreg, which is missing from our curses |