aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-07-07 07:04:31 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-07-07 07:04:31 +0000
commitd890d8fdca7918f98692eadf1036c2e9a268aa12 (patch)
treeaafd688152846e97c137a2ee5680e6d9d777f157 /net-mgmt/nagios-plugins
parentc503b877c45b8dd1b182ea7940f35abc6fa2a2e4 (diff)
downloadports-d890d8fdca7918f98692eadf1036c2e9a268aa12.tar.gz
ports-d890d8fdca7918f98692eadf1036c2e9a268aa12.zip
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 9ddb2d3da6f4..c353e4e1b2b0 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -42,6 +42,7 @@ NAGIOSHTMURL?= /nagios
NAGIOSCGIURL?= ${NAGIOSHTMURL}/cgi-bin
NAGIOSPOLLIP?= 127.0.0.1
+NAGIOSPOLLIP6?= ::1
.include <bsd.port.pre.mk>
@@ -145,6 +146,7 @@ post-patch:
.endfor
.if defined(WITH_JAIL)
@${REINPLACE_CMD} -e 's# 127.0.0.1 # ${NAGIOSPOLLIP} #g' ${WRKSRC}/configure.in
+ @${REINPLACE_CMD} -e 's# ::1 # ${NAGIOSPOLLIP6} #g' ${WRKSRC}/configure.in
.endif
.include <bsd.port.post.mk>