diff options
author | will <will@FreeBSD.org> | 2000-07-12 22:08:01 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-12 22:08:01 +0000 |
commit | 5da98914103e89b4d802dbd05c8eec42b1f5dd75 (patch) | |
tree | 675c1d26290f08dea8c84fe08be95ace8cc5ff94 /net | |
parent | 24bcea1fa2df57de9cfbdc10bb186f3bb3276dc4 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | net/nagios/Makefile | 1 | ||||
-rw-r--r-- | net/netsaint/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/nagios/Makefile b/net/nagios/Makefile index 8deae2a..589d067 100644 --- a/net/nagios/Makefile +++ b/net/nagios/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> diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile index 8deae2a..589d067 100644 --- a/net/netsaint/Makefile +++ b/net/netsaint/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> |