Date: Mon, 14 Apr 2014 20:39:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351290 - head/net-mgmt/nagios-plugins Message-ID: <201404142039.s3EKdkcb026324@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404142039.s3EKdkcb026324>