diff options
author | 2013-03-04 13:47:14 +0000 | |
---|---|---|
committer | 2013-03-04 13:47:14 +0000 | |
commit | bdb7ad280d049e4f9de918fd46995c1222d4950e (patch) | |
tree | 4f5527d97e3d79ff49beac1f7c2d6f494cbc51aa | |
parent | Add HG20F9 usb ethernet, from Chuck Guzis, ok jsg@ (diff) | |
download | wireguard-openbsd-bdb7ad280d049e4f9de918fd46995c1222d4950e.tar.xz wireguard-openbsd-bdb7ad280d049e4f9de918fd46995c1222d4950e.zip |
sync with reality, only sha256 checksums are generated for distinfo.
prompted by a mail on ports@ by rogier krieger
ok landry@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e9f0319513c..d1332937d2d 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.364 2013/02/16 11:35:12 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.365 2013/03/04 13:47:14 jasper Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 16 2013 $ +.Dd $Mdocdate: March 4 2013 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -398,7 +398,7 @@ Seldom used, see for details. .It Ar makesum Create the ${CHECKSUM_FILE} list of recorded checksums by running the -cryptographic fingerprints sha256, sha1, md5 and rmd160 on ${MAKESUMFILES}. +cryptographic fingerprint sha256 on ${MAKESUMFILES}. That normally includes ${DISTFILES}, ${SUPDISTFILES} and ${PATCHFILES}. .Ev NO_CHECKSUM can be used to avoid all checksumming steps. |