diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 02:44:04 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 02:44:04 +0000 |
commit | a73a921ef048d0eaad29c22c545f64d248cf6577 (patch) | |
tree | 714a0a74077c3fbb11accf6a27cb22ccc12d4244 /games | |
parent | Change MASTER_SITES. Shorten DESCR and cleanup Makefile to comply with (diff) |
Update MASTER_SITE.
PR: 6888
Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 3f9018130791..0ab70bc69552 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -3,12 +3,12 @@ # Date created: 28 October 1996 # Whom: simonm@dcs.gla.ac.uk # -# $Id: Makefile,v 1.5 1997/09/23 19:04:33 andreas Exp $ +# $Id: Makefile,v 1.6 1997/11/28 14:55:42 jseger Exp $ # DISTNAME= cgoban-1.9.2 CATEGORIES= games -MASTER_SITES= ftp://igs.nuri.net/Go/clients/ +MASTER_SITES= ftp://igs.nuri.net/Go/igs_clients/Unix/ MAINTAINER= simonm@dcs.gla.ac.uk |