Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 21:47:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317441 - head/games/bsdgames
Message-ID:  <201305052147.r45LlRmg065952@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun May  5 21:47:26 2013
New Revision: 317441
URL: http://svnweb.freebsd.org/changeset/ports/317441

Log:
  Fix build on current

Modified:
  head/games/bsdgames/Makefile

Modified: head/games/bsdgames/Makefile
==============================================================================
--- head/games/bsdgames/Makefile	Sun May  5 21:39:31 2013	(r317440)
+++ head/games/bsdgames/Makefile	Sun May  5 21:47:26 2013	(r317441)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  games
-# Date created:			  20 Nov 2002
-# Whom:				  Mark Murray <markm@FreeBSD.org>
-#
+# Created by: Mark Murray <markm@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	bsdgames
 PORTVERSION=	2.4
@@ -82,6 +78,12 @@ SGID_BINARIES=	atc battlestar canfield/c
 		robots sail snake/snake
 
 post-patch:
+	@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" \
+		${WRKSRC}/backgammon/teachgammon/Makefile \
+		${WRKSRC}/canfield/cfscores/Makefile \
+		${WRKSRC}/snake/snscore/Makefile \
+		${WRKSRC}/fortune/unstr/Makefile \
+		${WRKSRC}/primes/Makefile
 	@for f in ${SHAREPATH_FILES}; do \
 		${REINPLACE_CMD} -e 's|/usr/share/games|${PREFIX}/share/games|g' \
 			${WRKSRC}/$${f}; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305052147.r45LlRmg065952>