diff options
author | bcr <bcr@FreeBSD.org> | 2011-05-25 08:42:01 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2011-05-25 08:42:01 +0000 |
commit | 5ef0b448267d7739fcf1c77c65f51b50a6ed9a2f (patch) | |
tree | cea2a4987c3400d864e2258f74dfdb0367b6e229 /share/man/man7 | |
parent | 8d83c99db383653ca8b961808a9e4dabb1a2bb34 (diff) | |
download | FreeBSD-src-5ef0b448267d7739fcf1c77c65f51b50a6ed9a2f.zip FreeBSD-src-5ef0b448267d7739fcf1c77c65f51b50a6ed9a2f.tar.gz |
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
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 4 |
1 files changed, 3 insertions, 1 deletions
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. |