Unbreak on 8-CURRENT

This commit is contained in:
Emanuel Haupt 2009-03-27 12:42:27 +00:00
parent b76224e401
commit 9f1145d18e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231111

View file

@ -31,13 +31,7 @@ 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.post.mk>
.include <bsd.port.mk>