aboutsummaryrefslogtreecommitdiff
path: root/games/KnightCap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/KnightCap/Makefile')
-rw-r--r--games/KnightCap/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile
index 33b735facb14..edfe375fb86f 100644
--- a/games/KnightCap/Makefile
+++ b/games/KnightCap/Makefile
@@ -26,12 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/KnightCap
PORTDOCS= README
PLIST_FILES= bin/KnightCap
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@@ -39,4 +33,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>