diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-08-20 17:50:24 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-08-20 17:50:24 +0000 |
commit | 208ceb42d65124c8fda0f875983470d91a7c8896 (patch) | |
tree | 3d441986f304e9548947943f90213e965add41cb /games | |
parent | 7bdc3361fc2bbfa46c9df80782b593387e849f18 (diff) | |
download | pkgsrc-208ceb42d65124c8fda0f875983470d91a7c8896.tar.gz |
Update MASTER_SITES, and remove HOMEPAGE which no longer exists.
From Marc Baudoin in private mail.
Diffstat (limited to 'games')
-rw-r--r-- | games/xdemineur/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 2b25223af1e..c066c4543b1 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:58 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/08/20 17:50:24 bouyer Exp $ # DISTNAME= xdemineur-2.1.1 PKGREVISION= 1 CATEGORIES= games -MASTER_SITES= ftp://ftp.babafou.eu.org/pub/babafou/ \ +MASTER_SITES= http://www.babafou.eu.org/xdemineur/ \ ${MASTER_SITE_XCONTRIB:=games/} MAINTAINER= bouyer@NetBSD.org -HOMEPAGE= http://www.spinne.com/x/games/xdemineur/ COMMENT= Minesweeper game for the X Window System USE_IMAKE= YES |