svn commit: r317358 - head/games/crafty-tablebase-no-pawn

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:32:24 UTC 2013


Author: bapt
Date: Sat May  4 21:32:23 2013
New Revision: 317358
URL: http://svnweb.freebsd.org/changeset/ports/317358

Log:
  Mark as broken: does not fetch

Modified:
  head/games/crafty-tablebase-no-pawn/Makefile

Modified: head/games/crafty-tablebase-no-pawn/Makefile
==============================================================================
--- head/games/crafty-tablebase-no-pawn/Makefile	Sat May  4 21:29:53 2013	(r317357)
+++ head/games/crafty-tablebase-no-pawn/Makefile	Sat May  4 21:32:23 2013	(r317358)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	crafty-tablebases-no-pawn
-# Date created:			10 Sep 2007
-# Whom:				Jonathan Shoemaker <shoemaker at bluebottle.com>
-#
+# Created by: Jonathan Shoemaker <shoemaker at bluebottle.com>
 # $FreeBSD$
-#
 
 PORTNAME=	crafty-tablebases-no-pawn
 PORTVERSION=	20070910
@@ -49,12 +45,14 @@ EXTRACT_ONLY=
 MAINTAINER=	conrads at cox.net
 COMMENT=	These are the tablebases for crafty, minus the pawn tbs
 
+BROKEN=		Does not fetch
+
 RUN_DEPENDS=	crafty:${PORTSDIR}/games/crafty
 
 NO_BUILD=	yes
 NO_PACKAGE=	Way too big
 
-.if !defined(WITH_TBDIR)
+.if ! ${PORT_OPTIONS:MTBDIR}
 WITH_TBDIR=	${PREFIX}/lib/crafty/TB
 .endif
 


More information about the svn-ports-all mailing list