diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-06-05 06:14:56 +0000 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-06-05 06:14:56 +0000 |
commit | 01c1f4566d3a0deee0e627e723bfd852fcf8b0a9 (patch) | |
tree | 0ce720b65caf96ef7694c4fdf1cd505c9fd8984d /games | |
parent | 10196211fe914de9f786b3fe51c7b83e6f81ed96 (diff) | |
download | FreeBSD-ports-01c1f4566d3a0deee0e627e723bfd852fcf8b0a9.zip FreeBSD-ports-01c1f4566d3a0deee0e627e723bfd852fcf8b0a9.tar.gz |
- Improve PORTSCOUT limit to avoid false positives.
Diffstat (limited to 'games')
-rw-r--r-- | games/bfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bfm/Makefile b/games/bfm/Makefile index dfb64d6..3fa2496 100644 --- a/games/bfm/Makefile +++ b/games/bfm/Makefile @@ -25,7 +25,7 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LUA_INCDIR}" LDFLAGS="-L${LUA_LIBDIR}" -PORTSCOUT= skipv:0.06.1 +PORTSCOUT= limit:(\d\.){2,} post-extract: @${FIND} ${WRKSRC}/data -type d -name CVS -print0 | \ |