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/exchess | |
parent | a3de4e93a9f3bf6898d9c2d2a48a0092be886cf7 (diff) | |
download | pkgsrc-f5b8945cb95a5365399b97ea5e24648542250c56.tar.gz |
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Diffstat (limited to 'games/exchess')
-rw-r--r-- | games/exchess/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/exchess/Makefile b/games/exchess/Makefile index 89aacf54ade..51d49f536f7 100644 --- a/games/exchess/Makefile +++ b/games/exchess/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2006/06/07 12:19:24 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/10/04 21:43:00 wiz Exp $ DISTNAME= EXCH314S +# 5.01beta available PKGNAME= exchess-3.14 PKGREVISION= 1 CATEGORIES= games -MASTER_SITES= http://pc.astro.brandeis.edu/BRAG/people/dch/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://pc.astro.brandeis.edu/BRAG/people/dch/chess.html +HOMEPAGE= http://personal.denison.edu/~homand/EXchess.htm COMMENT= Experimental chess engine USE_LANGUAGES= c++ |