summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-28 13:56:21 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-28 13:56:21 +0000
commita8e0dc4291557657f2ae086dbc06a0f1c77d95ac (patch)
treee6a3e30440b6f6b4e27b96d500dacfa738e3a795 /games
parent- Update to version 1.2.30 [1]. (diff)
- Add PORTSCOUT variable.
Notes
Notes: svn path=/head/; revision=180905
Diffstat (limited to 'games')
-rw-r--r--games/quake2max/Makefile3
-rw-r--r--games/rtcw/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile
index 101d70fe7172..c1ad81263641 100644
--- a/games/quake2max/Makefile
+++ b/games/quake2max/Makefile
@@ -42,6 +42,9 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME}
Q2MAX_DATA= ${PORTNAME}.${PORTVERSION:S/.//}.rar
+# The data is not available and compiled executables do not work for 0.45.
+PORTSCOUT= skipv:0.45
+
.include "${.CURDIR}/../quake2-data/Makefile.include"
.include <bsd.port.pre.mk>
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile
index 3ff8f0d8b724..bbfa4d8065ec 100644
--- a/games/rtcw/Makefile
+++ b/games/rtcw/Makefile
@@ -26,6 +26,9 @@ NO_WRKSUBDIR= yes
SUB_FILES= pkg-message
PROGS= wolf wolfded wolfsp
+# Ignore older version which seems to be newer.
+PORTSCOUT= skipv:1.41-3
+
do-extract:
@${MKDIR} ${WRKDIR}
@cd ${WRKDIR} && tail +376 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \