diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 12:33:47 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 12:33:47 +0000 |
commit | cf0aa4dc09b962f56250eeef5b0ce878117e368e (patch) | |
tree | f0bc17a2c466a93fbcda669844976beb95283ea0 /games/cgoban/Makefile | |
parent | 4e99e6c71792f4cada05b5b8643b41a2e42018a7 (diff) | |
download | FreeBSD-ports-cf0aa4dc09b962f56250eeef5b0ce878117e368e.zip FreeBSD-ports-cf0aa4dc09b962f56250eeef5b0ce878117e368e.tar.gz |
upgrade games/cgoban to 1.9.13
This port upgrades games/cgoban to version 1.9.14.
PR: ports/39608
Submitted by: Steve Coltrin <spcoltri@omcl.org>
Approved by: maintainer timeout
Diffstat (limited to 'games/cgoban/Makefile')
-rw-r--r-- | games/cgoban/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 4db67fc..af0f01a 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -6,15 +6,16 @@ # PORTNAME= cgoban -PORTVERSION= 1.9.12 +PORTVERSION= 1.9.14 CATEGORIES= games -MASTER_SITES= http://www.inetarena.com/~wms/comp/cgoban/ \ - http://www.igoweb.org/~wms/comp/cgoban/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cgoban1 MAINTAINER= simonm@dcs.gla.ac.uk COMMENT= Internet Go Server client and game editor GNU_CONFIGURE= yes +USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= MAN6= cgoban.6 |