diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-14 20:39:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-14 20:39:46 +0000 |
commit | 919471b41bb5865630ad29562cc808d96f97d3ee (patch) | |
tree | 896fa4266bf4d04fc697f0f5008138b021cbe97b /net-mgmt | |
parent | 2eaab0bbd8bf5a2f8d124b76b67f413efd1cee59 (diff) | |
download | ports-919471b41bb5865630ad29562cc808d96f97d3ee.tar.gz ports-919471b41bb5865630ad29562cc808d96f97d3ee.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 |
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 |