View | Details | Raw Unified | Return to bug 16470
Collapse All | Expand All

(-)cgoban/Makefile (-2 / +2 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:   cgoban
1
# New ports collection makefile for:   cgoban
2
# Version required:    1.9.8
2
# Version required:    1.9.9
3
# Date created:        28 October 1996
3
# Date created:        28 October 1996
4
# Whom:                simonm@dcs.gla.ac.uk
4
# Whom:                simonm@dcs.gla.ac.uk
5
#
5
#
6
# $FreeBSD: ports/games/cgoban/Makefile,v 1.11 1999/09/30 03:31:10 cpiazza Exp 
6
# $FreeBSD: ports/games/cgoban/Makefile,v 1.11 1999/09/30 03:31:10 cpiazza Exp 
7
#
7
#
8
8
9
DISTNAME=	cgoban-1.9.8
9
DISTNAME=	cgoban-1.9.9
10
CATEGORIES=	games
10
CATEGORIES=	games
11
MASTER_SITES=	http://www.inetarena.com/~wms/comp/cgoban/
11
MASTER_SITES=	http://www.inetarena.com/~wms/comp/cgoban/
12
12
(-)cgoban/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (cgoban-1.9.8.tar.gz) = ee4bc72072acf5b2e74072b2cf8295b3
1
MD5 (cgoban-1.9.9.tar.gz) = 935cfa868f3e30e3b669413a94b6ecb9
(-)cgoban/patches/patch-a (-1 / +1 lines)
Lines 5-11 Link Here
5
  
5
  
6
  # Change these values to tell make where to put the binary and the man page
6
  # Change these values to tell make where to put the binary and the man page
7
  #   when it's done compiling.
7
  #   when it's done compiling.
8
! PREFIX = /usr/games
8
! PREFIX = @PREFIX@
9
  BINDIR = $(PREFIX)/bin
9
  BINDIR = $(PREFIX)/bin
10
  MANDIR = $(PREFIX)/man
10
  MANDIR = $(PREFIX)/man

Return to bug 16470