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>
This commit is contained in:
Will Andrews 2000-07-12 22:08:01 +00:00
parent afeb356a88
commit 5455031a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30537
6 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>