diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-28 21:56:21 +0800 |
commit | 0c30fc0a5778c05bd782fdbaba8e8717c455f602 (patch) | |
tree | 416a3d00e3ac0f47db0331765cb9c2702ce9a81c /games/rtcw | |
parent | aa3507129a1df9a924b93ce6534a9c3614477103 (diff) | |
download | freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.gz freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.tar.zst freebsd-ports-gnome-0c30fc0a5778c05bd782fdbaba8e8717c455f602.zip |
- Add PORTSCOUT variable.
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} | \ |