summaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios2
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-07-12 22:08:01 +0000
committerwill <will@FreeBSD.org>2000-07-12 22:08:01 +0000
commit5da98914103e89b4d802dbd05c8eec42b1f5dd75 (patch)
tree675c1d26290f08dea8c84fe08be95ace8cc5ff94 /net-mgmt/nagios2
parent24bcea1fa2df57de9cfbdc10bb186f3bb3276dc4 (diff)
downloadFreeBSD-ports-5da98914103e89b4d802dbd05c8eec42b1f5dd75.zip
FreeBSD-ports-5da98914103e89b4d802dbd05c8eec42b1f5dd75.tar.gz
Fix /bin/echo -> echo problem that is caused due to the lack of -e option
in the base system. Submitted by: Dan Larsson <dl@tyfon.net>
Diffstat (limited to 'net-mgmt/nagios2')
-rw-r--r--net-mgmt/nagios2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index 8deae2a..589d067 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -25,5 +25,6 @@ pre-fetch:
pre-install:
${PERL} ${SCRIPTDIR}/createuser
+ ${PERL} -pi -e "s@/bin/echo@echo@g" ${WRKSRC}/hosts.cfg.in
.include <bsd.port.mk>
OpenPOWER on IntegriCloud