diff options
author | wiz <wiz> | 2007-12-02 00:00:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-12-02 00:00:20 +0000 |
commit | 3a443c6aa4a6cc180d44b6ada44ef6b3df4235d6 (patch) | |
tree | 24adfc14f99a23261ed889da49a79c6b7de0f47f /games/frotz | |
parent | e787996b0ab76b3c4858a02ef1894e1ae13652cd (diff) | |
download | pkgsrc-3a443c6aa4a6cc180d44b6ada44ef6b3df4235d6.tar.gz |
Remove ex-MASTER_SITEs. From Zafer Aydogan.
Diffstat (limited to 'games/frotz')
-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/ |