svn commit: r317441 - head/games/bsdgames

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 21:47:27 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Mark Murray <markm at 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}; \


More information about the svn-ports-all mailing list