diff options
author | markp <markp@FreeBSD.org> | 2001-06-26 16:29:48 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-06-26 16:29:48 +0800 |
commit | 4ff5580645cbe570b6e16e532b060c2cb7d6628c (patch) | |
tree | b153f38b66833fe1000a6cf61a194fef3723b1c5 /games/frotz | |
parent | 0cca87b1ba34bc1da22886bfe14d20545408e956 (diff) | |
download | freebsd-ports-graphics-4ff5580645cbe570b6e16e532b060c2cb7d6628c.tar.gz freebsd-ports-graphics-4ff5580645cbe570b6e16e532b060c2cb7d6628c.tar.zst freebsd-ports-graphics-4ff5580645cbe570b6e16e532b060c2cb7d6628c.zip |
Author requested his web site removed from MASTER_SITES.
Added mirrors.
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index a5fe55f313f..03e14337485 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -8,8 +8,9 @@ PORTNAME= frotz PORTVERSION= 2.41 CATEGORIES= games -MASTER_SITES= http://www.cs.csubak.edu/~dgriffi/frotz/files/ \ - ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ +MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ \ + http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \ + http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/ MAINTAINER= ports@FreeBSD.org |