aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-01-14 10:05:37 +0800
committerclement <clement@FreeBSD.org>2004-01-14 10:05:37 +0800
commit27e04e11394ef27accad610fc967d38141c4ae10 (patch)
treef16182112132ca43f8180f5304d463d29e647f62 /net
parent5394242d487911de6cb85e39ab3581477052620e (diff)
downloadfreebsd-ports-gnome-27e04e11394ef27accad610fc967d38141c4ae10.tar.gz
freebsd-ports-gnome-27e04e11394ef27accad610fc967d38141c4ae10.tar.zst
freebsd-ports-gnome-27e04e11394ef27accad610fc967d38141c4ae10.zip
- 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)
Diffstat (limited to 'net')
-rw-r--r--net/nrpe/Makefile3
1 files changed, 2 insertions, 1 deletions
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