From 5ef0b448267d7739fcf1c77c65f51b50a6ed9a2f Mon Sep 17 00:00:00 2001 From: bcr Date: Wed, 25 May 2011 08:42:01 +0000 Subject: Add a description to the checksum target about not only being able to verify, but also having the ability to fetch distfiles that are missing or failed the checksum calculation PR: docs/138887 Submitted by: Radim Kolar (hsn at sendmail dot cz) MFC after: 5 days --- share/man/man7/ports.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'share/man/man7') diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 54afe0a..2344a4d 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 14, 2009 +.Dd May 25, 2011 .Dt PORTS 7 .Os .Sh NAME @@ -124,6 +124,8 @@ and .It Cm checksum Verify that the fetched distfile's checksum matches the one the port was tested against. +If the distfile's checksum does not match, it also fetches the distfiles +which are missing or failed the checksum calculation. Defining .Va NO_CHECKSUM will skip this step. -- cgit v1.1