summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-03-04 13:47:15 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-03-04 13:47:15 +0000
commit2f7e58b49e104e9ee8409d9c37ceed7b273c1c55 (patch)
tree6bda00bfcaf19f58aa66ab3cea56db19809fe69e /share
parentda16f548e02937836b197a6f9abe8e0405b1daea (diff)
sync with reality, only sha256 checksums are generated for distinfo.
prompted by a mail on ports@ by rogier krieger ok landry@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.56
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.