aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Scripts
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-12-19 05:43:24 +0800
committerbapt <bapt@FreeBSD.org>2016-12-19 05:43:24 +0800
commit2dd19834f46456d79186fe9902b497425eaf641d (patch)
treea8f8eee6e0afff83542086338047ac34baf06df1 /Mk/Scripts
parent6d461809f663886addb8f8696aba50d7204d555e (diff)
downloadfreebsd-ports-gnome-2dd19834f46456d79186fe9902b497425eaf641d.tar.gz
freebsd-ports-gnome-2dd19834f46456d79186fe9902b497425eaf641d.tar.zst
freebsd-ports-gnome-2dd19834f46456d79186fe9902b497425eaf641d.zip
Use dp_DISTINFO_FILE instead of DISTINFO_FILE
Diffstat (limited to 'Mk/Scripts')
-rw-r--r--Mk/Scripts/checksum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/checksum.sh b/Mk/Scripts/checksum.sh
index fc028893a002..7a0872209575 100644
--- a/Mk/Scripts/checksum.sh
+++ b/Mk/Scripts/checksum.sh
@@ -88,6 +88,6 @@ if [ -f "${dp_DISTINFO_FILE}" ]; then
exit 1
fi
elif [ -n "${@}" ]; then
- ${dp_ECHO_MSG} "=> No checksum file (${DISTINFO_FILE})."
+ ${dp_ECHO_MSG} "=> No checksum file (${dp_DISTINFO_FILE})."
exit 1
fi