svn commit: r351290 - head/net-mgmt/nagios-plugins
Mathieu Arnold
mat at FreeBSD.org
Mon Apr 14 20:39:47 UTC 2014
Author: mat
Date: Mon Apr 14 20:39:46 2014
New Revision: 351290
URL: http://svnweb.freebsd.org/changeset/ports/351290
QAT: https://qat.redports.org/buildarchive/r351290/
Log:
Fix build WITH=JAILS.
PR: 188627
Submitted by: Ryan Frederick
Sponsored by: Absolight
Modified:
head/net-mgmt/nagios-plugins/Makefile
Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile Mon Apr 14 20:38:09 2014 (r351289)
+++ head/net-mgmt/nagios-plugins/Makefile Mon Apr 14 20:39:46 2014 (r351290)
@@ -126,8 +126,8 @@ post-patch:
.endfor
@${REINPLACE_CMD} -e 's|chown root|${TRUE}|g' ${WRKSRC}/plugins-root/Makefile.am
.if ${PORT_OPTIONS:MJAIL}
- @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.in
- @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.in
+ @${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.ac
+ @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.ac
.endif
.if ${OSVERSION} > 1000055
More information about the svn-ports-all
mailing list