Remove a `.' from the end of the echo line

`>> Attempting to fetch from $${site}' as it is misleading
This commit is contained in:
Gary Palmer 1995-04-04 04:23:37 +00:00
parent bb2d12a636
commit 9a8496fd7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7614

View File

@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
# $Id: bsd.port.mk,v 1.129 1995/04/01 09:35:29 jkh Exp $
# $Id: bsd.port.mk,v 1.130 1995/04/01 10:01:49 jkh Exp $
#
# Please view me with 4 column tabs!
@ -659,7 +659,7 @@ fetch: pre-fetch
if [ ! -f $$file -a ! -f `basename $$file` ]; then \
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
for site in ${MASTER_SITES}; do \
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
${ECHO_MSG} ">> Attempting to fetch from $${site}"; \
if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \
break; \
fi \