aboutsummaryrefslogtreecommitdiff
path: root/games/crack-attack
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /games/crack-attack
parent5e3b0872db18497aacc353b3ef94ad8dac11183f (diff)
downloadports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz
ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225297
Diffstat (limited to 'games/crack-attack')
-rw-r--r--games/crack-attack/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/games/crack-attack/Makefile b/games/crack-attack/Makefile
index 98586d9b0fd3..b79db21a9118 100644
--- a/games/crack-attack/Makefile
+++ b/games/crack-attack/Makefile
@@ -21,11 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CXXFLAGS="${CFLAGS}"
MAN6= crack-attack.6
-.include <bsd.port.pre.mk>
-
post-patch:
-.if ${OSVERSION} >= 502126
@${REINPLACE_CMD} -e 's|#ifndef max|#if 0|' ${WRKSRC}/src/Game.h
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>