Make the fetch message a little more interesting and informative.

This commit is contained in:
Jordan K. Hubbard 1995-03-21 22:43:36 +00:00
parent b4b37e9058
commit 2efda52f23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7231

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.120 1995/03/21 01:51:12 jkh Exp $
# $Id: bsd.port.mk,v 1.121 1995/03/21 03:59:11 jkh Exp $
#
# Please view me with 4 column tabs!
@ -576,8 +576,8 @@ fetch: pre-fetch
for file in ${DISTFILES}; do \
if [ ! -f $$file -a ! -f `basename $$file` ]; then \
${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \
${ECHO_MSG} ">> Attempting to fetch it from a master site."; \
for site in ${MASTER_SITES}; do \
${ECHO_MSG} ">> Attempting to fetch from $${site}."; \
if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \
break; \
fi \