BROKEN on 5.x: Does not install

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-19 01:32:46 +00:00
parent de7f07ce46
commit 40e159bd90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118277

View File

@ -29,10 +29,16 @@ CONFIGURE_ARGS+= --enable-ssl
CONFIGURE_ARGS+= --disable-ssl
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not install on FreeBSD >= 5.x"
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe2
${INSTALL_PROGRAM} ${WRKSRC}/src/check_nrpe ${PREFIX}/libexec/nagios/check_nrpe2
${INSTALL_DATA} ${WRKSRC}/nrpe.cfg ${PREFIX}/etc/nrpe.cfg-sample
${INSTALL_SCRIPT} ${WRKSRC}/init-script.freebsd ${PREFIX}/etc/rc.d/nrpe.sh
.include <bsd.port.mk>
.include <bsd.port.post.mk>