aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-04-15 04:39:46 +0800
committermat <mat@FreeBSD.org>2014-04-15 04:39:46 +0800
commit554404bac00f5eaab35cb8696018b729c6f8d4a3 (patch)
tree896fa4266bf4d04fc697f0f5008138b021cbe97b /net-mgmt/nagios-plugins
parent37efc7d20d6309b398bca7d55ff0127f43f84a3d (diff)
downloadfreebsd-ports-gnome-554404bac00f5eaab35cb8696018b729c6f8d4a3.tar.gz
freebsd-ports-gnome-554404bac00f5eaab35cb8696018b729c6f8d4a3.tar.zst
freebsd-ports-gnome-554404bac00f5eaab35cb8696018b729c6f8d4a3.zip
Fix build WITH=JAILS.
PR: 188627 Submitted by: Ryan Frederick Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 73f2246c9ef9..f2bb66c156fb 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -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