1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Mark it BROKEN on 8-CURRENT, it does not compile.

This commit is contained in:
Emanuel Haupt 2009-03-25 22:23:09 +00:00
parent fe4dfa220b
commit 7228b51cde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231018

View File

@ -30,7 +30,13 @@ PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800000
BROKEN= currently does not support 8-CURRENT
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
.include <bsd.port.post.mk>