1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build on OSVERSION >= 900000.

This commit is contained in:
David E. O'Brien 2010-12-16 18:57:45 +00:00
parent 94ec603abd
commit fc2c6252ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266449

View File

@ -19,14 +19,13 @@ MAN8= k8temp.8
PLIST_FILES= sbin/k8temp
post-patch:
@${REINPLACE_CMD} -e 's|WARNS=.*[6-9]|WARNS=5|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/k8temp ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/k8temp.8 ${PREFIX}/man/man8
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not build
.endif
.include <bsd.port.post.mk>
WARNS= 6