- remove PREFIX from CONFIGURE_ARGS

Reported by:	sat
Approved by:	garga (mentor, implicit)
This commit is contained in:
Martin Matuska 2007-07-26 13:03:44 +00:00
parent 435f7e148c
commit b15971d3c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196318

View file

@ -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