diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-05 14:06:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-03-05 14:06:55 +0000 |
commit | 715b268fe11f829e6a244b1cf0f883f27ba58401 (patch) | |
tree | 3652d7d56d6dc8f79a353e3c1750e150c03fd43c /games/cgoban/Makefile | |
parent | Oops, forgot to remove "x11" from categories. While I'm here, move (diff) |
Upgrade to 1.6.8. Closes PR #2885.
Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
Diffstat (limited to 'games/cgoban/Makefile')
-rw-r--r-- | games/cgoban/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 1895df0476d9..f810dbabc138 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cgoban -# Version required: 1.6.7 +# Version required: 1.6.8 # Date created: 28 October 1996 # Whom: simonm@dcs.gla.ac.uk # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/13 07:34:13 tg Exp $ # -DISTNAME= cgoban-1.6.7 +DISTNAME= cgoban-1.6.8 CATEGORIES= games MASTER_SITES= ftp://igs.nuri.net/Go/clients/ |