Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 21:43:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428888 - head/Mk/Scripts
Message-ID:  <201612182143.uBILhOp4090539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec 18 21:43:24 2016
New Revision: 428888
URL: https://svnweb.freebsd.org/changeset/ports/428888

Log:
  Use dp_DISTINFO_FILE instead of DISTINFO_FILE

Modified:
  head/Mk/Scripts/checksum.sh

Modified: head/Mk/Scripts/checksum.sh
==============================================================================
--- head/Mk/Scripts/checksum.sh	Sun Dec 18 19:49:23 2016	(r428887)
+++ head/Mk/Scripts/checksum.sh	Sun Dec 18 21:43:24 2016	(r428888)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612182143.uBILhOp4090539>