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

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:39:55 UTC 2013


Author: bapt
Date: Sat May  4 21:39:54 2013
New Revision: 317361
URL: http://svnweb.freebsd.org/changeset/ports/317361

Log:
  Revert bad conversion

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:36:47 2013	(r317360)
+++ head/games/crafty-tablebase-no-pawn/Makefile	Sat May  4 21:39:54 2013	(r317361)
@@ -52,7 +52,7 @@ RUN_DEPENDS=	crafty:${PORTSDIR}/games/cr
 NO_BUILD=	yes
 NO_PACKAGE=	Way too big
 
-.if ! ${PORT_OPTIONS:MTBDIR}
+.if !defined(WITH_TBDIR)
 WITH_TBDIR=	${PREFIX}/lib/crafty/TB
 .endif
 


More information about the svn-ports-head mailing list