diff options
author | wiz <wiz> | 2011-11-28 11:03:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-11-28 11:03:51 +0000 |
commit | d4d2e8ab660956d2fb8b6dd9e0cdfaa68fc19062 (patch) | |
tree | 6ee418f30d9c3998485650d1e910516b5cc40478 /games | |
parent | 53bb3e1c8bd6ef872aed7b62958b7322d5446e6a (diff) | |
download | pkgsrc-d4d2e8ab660956d2fb8b6dd9e0cdfaa68fc19062.tar.gz |
Update HOMEPAGE and MASTER_SITES.
From David Griffith in PR 45667.
Diffstat (limited to 'games')
-rw-r--r-- | games/frotz/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index faa18d39a07..5f875db8ce7 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2009/08/19 04:04:40 yyamano Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/28 11:03:51 wiz Exp $ DISTNAME= frotz-2.43 PKGREVISION= 3 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/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=frotz/} \ + ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ MAINTAINER= seebs@plethora.net -HOMEPAGE= http://www.cs.csubak.edu/~dgriffi/proj/frotz/ +HOMEPAGE= http://frotz.sourceforge.net/ COMMENT= Curses-based interpreter for Infocom-compatible games PKG_DESTDIR_SUPPORT= user-destdir |