aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-06 05:47:26 +0800
committerbapt <bapt@FreeBSD.org>2013-05-06 05:47:26 +0800
commit3a4aa2039b3aca9a05b757b0e2eb6c47e363f690 (patch)
tree4d7a95726f25752ccf3f00c0982ee02cb3688011 /games
parentef4378efc0a38d38a122a286a18ba87a303c2d55 (diff)
downloadfreebsd-ports-gnome-3a4aa2039b3aca9a05b757b0e2eb6c47e363f690.tar.gz
freebsd-ports-gnome-3a4aa2039b3aca9a05b757b0e2eb6c47e363f690.tar.zst
freebsd-ports-gnome-3a4aa2039b3aca9a05b757b0e2eb6c47e363f690.zip
Fix build on current
Diffstat (limited to 'games')
-rw-r--r--games/bsdgames/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile
index 0333a36df354..2d021650f14c 100644
--- a/games/bsdgames/Makefile
+++ b/games/bsdgames/Makefile
@@ -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/canfield cribbage hack phantasia \
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}; \