diff options
author | asami <asami@FreeBSD.org> | 1995-10-04 19:13:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-04 19:13:52 +0800 |
commit | 71eee142e008294e9cd41e1b14268b68b89212c7 (patch) | |
tree | d83fea26c5b4d79db42c14c5dd3967b0a8deb620 | |
parent | a911f1a2290f6e63454c93b0b5300371763f38e0 (diff) | |
download | freebsd-ports-gnome-71eee142e008294e9cd41e1b14268b68b89212c7.tar.gz freebsd-ports-gnome-71eee142e008294e9cd41e1b14268b68b89212c7.tar.zst freebsd-ports-gnome-71eee142e008294e9cd41e1b14268b68b89212c7.zip |
Attempt to sound more civilized by adding a missing period to
"Attempting to fetch from $${site}."
Why it was in PATCHFILES and not in DISTFILES, I have no idea.
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c4958797f26e..a1febdeea2ef 100644 --- a/Mk/bsd.port.mk +++ b/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; \ |