aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 8bff171514c3..6deebed86db5 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -4799,7 +4799,8 @@ makesum: check-checksum-algorithms
.if !target(checksum)
checksum: fetch check-checksum-algorithms
- @${checksum_init} \
+ @set -e ; \
+ ${checksum_init} \
if [ -f ${DISTINFO_FILE} ]; then \
cd ${DISTDIR}; OK="";\
for file in ${_CKSUMFILES}; do \