diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-03 18:31:51 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-05-03 18:31:51 +0000 |
commit | b2afee1c03d0d4620303e8287d14735e9783491c (patch) | |
tree | 61dd2f9939e9b0140958b44728c9880197d9aabe /games | |
parent | ed0bda39a936d3e231a01b62bec74a55b2383a8d (diff) | |
download | ports-b2afee1c03d0d4620303e8287d14735e9783491c.tar.gz ports-b2afee1c03d0d4620303e8287d14735e9783491c.zip |
- Add PORTSCOUT variable to avoid considering a bad numbered version.
Notes
Notes:
svn path=/head/; revision=191487
Diffstat (limited to 'games')
-rw-r--r-- | games/bfm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/bfm/Makefile b/games/bfm/Makefile index b062500c930e..71400d658309 100644 --- a/games/bfm/Makefile +++ b/games/bfm/Makefile @@ -24,6 +24,8 @@ USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LUA_INCDIR}" LDFLAGS="-L${LUA_LIBDIR}" +PORTSCOUT= skipv:0.06.1 + post-extract: @${FIND} ${WRKSRC}/data -type d -name CVS -print0 | \ ${XARGS} -0 ${RM} -rf |