summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-13 08:40:27 +0000
committerjkh <jkh@FreeBSD.org>1994-09-13 08:40:27 +0000
commit3b3c1c77e5e63b15ee0c985cc8c58b360e328f42 (patch)
tree187595ff06f6f57c06c97427b6172dbe2717708d /share
parentb35ab6431f0eaaac3c4c2a60696b87d79d34a3d0 (diff)
downloadFreeBSD-src-3b3c1c77e5e63b15ee0c985cc8c58b360e328f42.zip
FreeBSD-src-3b3c1c77e5e63b15ee0c985cc8c58b360e328f42.tar.gz
Missing semi-colon after a done statement. Fixed.
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 eed9c2c..6dd3859 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.34 1994/09/13 06:22:11 jkh Exp $
+# $Id: bsd.port.mk,v 1.35 1994/09/13 06:43:10 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -288,7 +288,7 @@ fetch: pre-fetch
echo ">> $$file Fetched!" ; \
break; \
fi \
- done \
+ done; \
if [ ! -f $$file ]; then \
echo ">> Couldn't fetch it - please try to retreive this";\
echo ">> port manually into ${DISTDIR} and try again."; \
OpenPOWER on IntegriCloud