diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 00:00:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 00:00:20 +0000 |
commit | fb5443d40bedf981c66e52941a5286df00a6a0f6 (patch) | |
tree | 24adfc14f99a23261ed889da49a79c6b7de0f47f | |
parent | 5c7bf84753a38ec9e61790a6f14513ee33a00f8d (diff) | |
download | pkgsrc-fb5443d40bedf981c66e52941a5286df00a6a0f6.tar.gz |
Remove ex-MASTER_SITEs. From Zafer Aydogan.
-rw-r--r-- | games/frotz/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index d16739ac562..e7f9a9e6a63 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,14 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2007/01/07 09:13:54 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2007/12/02 00:00:20 wiz Exp $ DISTNAME= frotz-2.43 PKGREVISION= 2 CATEGORIES= games # 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/ +MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ MAINTAINER= seebs@plethora.net HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ |