aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/brainworkshop/Makefile2
-rw-r--r--games/ivan/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/games/brainworkshop/Makefile b/games/brainworkshop/Makefile
index 73273ed8181a..f8c56efee196 100644
--- a/games/brainworkshop/Makefile
+++ b/games/brainworkshop/Makefile
@@ -23,6 +23,8 @@ USE_PYTHON= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+PORTSCOUT= skipv:4.22
+
post-patch:
@${REINPLACE_CMD} -e '/^FOLDER_RES = / s|res|${DATADIR}|; \
/^FOLDER_DATA = / s|.data.|os.environ["HOME"]+"/.brainworkshop"|' \
diff --git a/games/ivan/Makefile b/games/ivan/Makefile
index a0458e25e00e..77a6360f1cfe 100644
--- a/games/ivan/Makefile
+++ b/games/ivan/Makefile
@@ -22,6 +22,8 @@ CONFIGURE_ARGS= --localstatedir=/var/games
STATEDIR= /var/games/ivan
+PORTSCOUT= skipv:0.301,0.310,0.311,0.401,0.410,0.420,0.430
+
post-patch:
@${REINPLACE_CMD} -e 's|IvanSave|.IvanSave|g' ${WRKSRC}/Main/Source/game.cpp
@${REINPLACE_CMD} -Ee 's|(fearray<type>::~?fearray)<type>|\1|' \