diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-31 16:46:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-31 16:46:25 +0800 |
commit | 5ce9f4bb9e60cecb7dae43216621e01fd5236beb (patch) | |
tree | bfb0b3ff54d0b90385ef71a0d9509be26e5bec7a /games | |
parent | 818799e8afb93d9098039584fba7b3ffb90db978 (diff) | |
download | freebsd-ports-gnome-5ce9f4bb9e60cecb7dae43216621e01fd5236beb.tar.gz freebsd-ports-gnome-5ce9f4bb9e60cecb7dae43216621e01fd5236beb.tar.zst freebsd-ports-gnome-5ce9f4bb9e60cecb7dae43216621e01fd5236beb.zip |
This port does now not coredump anymore on -CURRENT.
Diffstat (limited to 'games')
-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> |