summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-03-21 22:43:36 +0000
committerjkh <jkh@FreeBSD.org>1995-03-21 22:43:36 +0000
commit24746278e3932489b9796af5b18cc238e41200bf (patch)
tree533ec833df20ed30e0d18c53cdd3087243c86867 /share
parentecb5192aa7a3f512e8e363cebf6c4cd4a0d3cd81 (diff)
downloadFreeBSD-src-24746278e3932489b9796af5b18cc238e41200bf.zip
FreeBSD-src-24746278e3932489b9796af5b18cc238e41200bf.tar.gz
Make the fetch message a little more interesting and informative.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 57c4ff3..bdc7061 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -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 \
OpenPOWER on IntegriCloud