From 749f2cafe027b8c2f8db291d8550946ffb88f12f Mon Sep 17 00:00:00 2001
From: Clement Laforet <clement@FreeBSD.org>
Date: Wed, 14 Jan 2004 02:05:37 +0000
Subject: - Fixed incorrect path in nrpe.sh init script.  (Reported by: Angel
 Eduardo Porras Meza <aporrasmeza@hotmail.com>)

PR:                 61335
Submitted by:       Paul Dlug <paul@nerdlabs.com>
Approved by:        erwin (mentor) (implicitly)
---
 net/nrpe/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'net')

diff --git a/net/nrpe/Makefile b/net/nrpe/Makefile
index 554ef1e90caf..2700f88f4557 100644
--- a/net/nrpe/Makefile
+++ b/net/nrpe/Makefile
@@ -19,7 +19,8 @@ RUN_DEPENDS=	${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net/nagios-plu
 
 GNU_CONFIGURE=	yes
 
-CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc
+CONFIGURE_ARGS=	--libexecdir=${PREFIX}/libexec/nagios --sysconfdir=${PREFIX}/etc \
+		--sbindir=${PREFIX}/sbin --bindir=${PREFIX}/sbin
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/nrpe ${PREFIX}/sbin/nrpe
-- 
cgit v1.2.3