diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-31 08:46:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-03-31 08:46:25 +0000 |
commit | e0507f3628499aa8e30a338c6f5c28e3c05892e9 (patch) | |
tree | 65d81b12b7ae6ac58666ee8a82e6fdcb66f8e769 /games/typespeed | |
parent | c7e9e5ebc69527204863dff76f9af8fa0f676a51 (diff) |
This port does now not coredump anymore on -CURRENT.
Notes
Notes:
svn path=/head/; revision=158465
Diffstat (limited to 'games/typespeed')
-rw-r--r-- | games/typespeed/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index 6035924bdc71..03d9c13d7645 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -20,12 +20,6 @@ USE_GETOPT_LONG= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -BROKEN= "Coredumps on FreeBSD >= 7.0" -.endif - post-patch: @${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \ ${WRKSRC}/typespeed.h @@ -33,4 +27,4 @@ post-patch: post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |