mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- remove PREFIX from CONFIGURE_ARGS
Reported by: sat Approved by: garga (mentor, implicit)
This commit is contained in:
parent
435f7e148c
commit
b15971d3c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196318
1 changed files with 2 additions and 3 deletions
|
@ -33,12 +33,11 @@ NAGIOSDIR?= /var/spool/nagios
|
|||
NAGIOSUID= 181
|
||||
NAGIOSGID= ${NAGIOSUID}
|
||||
|
||||
CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
|
||||
CONFIGURE_ARGS+= --bindir=${PREFIX}/sbin \
|
||||
--libexecdir=${PREFIX}/libexec/nagios \
|
||||
--sysconfdir=${PREFIX}/etc \
|
||||
--with-nrpe-user=${NAGIOSUSER} \
|
||||
--with-nrpe-group=${NAGIOSGROUP} \
|
||||
--prefix=${PREFIX}
|
||||
--with-nrpe-group=${NAGIOSGROUP}
|
||||
|
||||
PLIST_FILES= sbin/nrpe2 etc/nrpe.cfg-sample libexec/nagios/check_nrpe2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue