1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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 3e88b7ee8c
commit ca5c9c29a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1178

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 \