diff options
author | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-10-04 21:35:58 +0000 |
commit | f5b8945cb95a5365399b97ea5e24648542250c56 (patch) | |
tree | f449e49da4dfdae2a0f7b2f6d32153d877199d49 /games/finalbattle/Makefile | |
parent | a3de4e93a9f3bf6898d9c2d2a48a0092be886cf7 (diff) | |
download | pkgsrc-f5b8945cb95a5365399b97ea5e24648542250c56.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'games/finalbattle/Makefile')
-rw-r--r-- | games/finalbattle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile index a36605fe531..ada0a01ed32 100644 --- a/games/finalbattle/Makefile +++ b/games/finalbattle/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2006/09/09 02:42:00 obache Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/04 21:43:00 wiz Exp $ # DISTNAME= finalbattle.0.0 PKGNAME= finalbattle-0.0 PKGREVISION= 1 CATEGORIES= games x11 -MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/finalbattle/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/} \ + ftp://ftp.billsgames.com/unix/x/finalbattle/ MAINTAINER= root@garbled.net -HOMEPAGE= http://www.sonic.net/~nbs/unix/x/finalbattle/ +HOMEPAGE= http://web.archive.org/web/2/http://www.newbreedsoftware.com/finalbattle/ COMMENT= Multiplayer space battle simulation for X WRKSRC= ${WRKDIR}/final |