aboutsummaryrefslogtreecommitdiff
path: root/games/typespeed
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-31 08:46:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-03-31 08:46:25 +0000
commite0507f3628499aa8e30a338c6f5c28e3c05892e9 (patch)
tree65d81b12b7ae6ac58666ee8a82e6fdcb66f8e769 /games/typespeed
parentc7e9e5ebc69527204863dff76f9af8fa0f676a51 (diff)
downloadports-e0507f3628499aa8e30a338c6f5c28e3c05892e9.tar.gz
ports-e0507f3628499aa8e30a338c6f5c28e3c05892e9.zip
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/Makefile8
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>