diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 02:05:37 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-14 02:05:37 +0000 |
commit | 749f2cafe027b8c2f8db291d8550946ffb88f12f (patch) | |
tree | c37553b693f3a67b21a1ac0becc14e8e6340f374 /net-mgmt/nrpe2/Makefile | |
parent | - respect PTHREAD_LIBS and CFLAGS (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=98129
Diffstat (limited to 'net-mgmt/nrpe2/Makefile')
-rw-r--r-- | net-mgmt/nrpe2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nrpe2/Makefile b/net-mgmt/nrpe2/Makefile index 554ef1e90caf..2700f88f4557 100644 --- a/net-mgmt/nrpe2/Makefile +++ b/net-mgmt/nrpe2/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 |