aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-04 11:13:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-04 11:13:52 +0000
commitaf95783f13220039db2bb025036c7bd7242ec435 (patch)
treed8400f48df160f2fc8f1410fc1c9fd932fd2428d
parent56c3ab883e7cb1dc95de91ee10863d19b4b4897d (diff)
Notes
-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 c4958797f26ee..a1febdeea2ef1 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.179 1995/09/18 08:01:20 asami Exp $
+# $Id: bsd.port.mk,v 1.180 1995/10/02 22:12:47 asami Exp $
#
# Please view me with 4 column tabs!
@@ -473,7 +473,7 @@ do-fetch:
if [ ! -f $$file -a ! -f `/usr/bin/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}."; \
(${NCFTP} ${NCFTPFLAGS} $${site}$${file} || true); \
if [ -f $$file -o -f `/usr/bin/basename $$file` ]; then \
continue 2; \