aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-13 16:40:27 +0800
committerjkh <jkh@FreeBSD.org>1994-09-13 16:40:27 +0800
commit412338f9d5d6ac16eaef71c971adb5647ce17d07 (patch)
treeeb29e0111baafb3128f02587f3de4f2626533948 /Mk
parentb26d545f298a8a43789dfc06edba878f23cc59b2 (diff)
downloadfreebsd-ports-gnome-412338f9d5d6ac16eaef71c971adb5647ce17d07.tar.gz
freebsd-ports-gnome-412338f9d5d6ac16eaef71c971adb5647ce17d07.tar.zst
freebsd-ports-gnome-412338f9d5d6ac16eaef71c971adb5647ce17d07.zip
Missing semi-colon after a done statement. Fixed.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index eed9c2c280b2..6dd3859fa2c9 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.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."; \