aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-14 21:29:28 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-14 21:29:28 +0000
commit5a4a97181d45d3788d27697f4c9cbea70b20a561 (patch)
treed2afd8df5ebb0676ee1bd59c2fbd2556dda28fd7
parentce3da9366809040136c9c40d5fefdcdd5709d275 (diff)
Notes
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index f837530c8a38..1f43844b133e 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.111 1995/02/04 22:56:28 phk Exp $
+# $Id: bsd.port.mk,v 1.112 1995/02/06 08:52:19 hsu Exp $
#
# Please view me with 4 column tabs!
@@ -607,7 +607,6 @@ checksum: fetch
OK="false"; \
elif [ "$$CKSUM" != "$$CKSUM2" ]; then \
echo ">> Checksum mismatch for $$file"; \
- exit 1; \
fi; \
done; \
if [ "$$OK" = "" ]; then \