diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-01 02:58:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-01 02:58:39 +0000 |
commit | bc809addf45985212f95daec9f36f1fd52126cc7 (patch) | |
tree | d0f6284423bc5d511917483bb4d5e28cf10cee6b /games/cgoban | |
parent | update to 0.12.7b (diff) |
update to 1.9.9
PR: 16470
Submitted by: Steve Coltrin <spcoltri@unm.edu>
Notes
Notes:
svn path=/head/; revision=25380
Diffstat (limited to '')
-rw-r--r-- | games/cgoban/Makefile | 4 | ||||
-rw-r--r-- | games/cgoban/distinfo | 2 | ||||
-rw-r--r-- | games/cgoban/files/patch-a | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 48aaebc5279f..c32d44ebbac3 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cgoban -# Version required: 1.9.8 +# Version required: 1.9.9 # Date created: 28 October 1996 # Whom: simonm@dcs.gla.ac.uk # # $FreeBSD$ # -DISTNAME= cgoban-1.9.8 +DISTNAME= cgoban-1.9.9 CATEGORIES= games MASTER_SITES= http://www.inetarena.com/~wms/comp/cgoban/ diff --git a/games/cgoban/distinfo b/games/cgoban/distinfo index 4c62100f9171..970e19b173f8 100644 --- a/games/cgoban/distinfo +++ b/games/cgoban/distinfo @@ -1 +1 @@ -MD5 (cgoban-1.9.8.tar.gz) = ee4bc72072acf5b2e74072b2cf8295b3 +MD5 (cgoban-1.9.9.tar.gz) = 935cfa868f3e30e3b669413a94b6ecb9 diff --git a/games/cgoban/files/patch-a b/games/cgoban/files/patch-a index 2db2836d2956..d98e6ebf2d30 100644 --- a/games/cgoban/files/patch-a +++ b/games/cgoban/files/patch-a @@ -5,7 +5,7 @@ # Change these values to tell make where to put the binary and the man page # when it's done compiling. -! PREFIX = /usr/games +! PREFIX = @PREFIX@ BINDIR = $(PREFIX)/bin MANDIR = $(PREFIX)/man |