diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-28 13:56:21 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-28 13:56:21 +0000 |
commit | a8e0dc4291557657f2ae086dbc06a0f1c77d95ac (patch) | |
tree | e6a3e30440b6f6b4e27b96d500dacfa738e3a795 /games/rtcw | |
parent | 1365fc414f5d2d3e5743c56fcdf43b762b432bc9 (diff) | |
download | ports-a8e0dc4291557657f2ae086dbc06a0f1c77d95ac.tar.gz ports-a8e0dc4291557657f2ae086dbc06a0f1c77d95ac.zip |
Notes
Diffstat (limited to 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} | \ |