diff options
author | 2001-12-29 21:44:07 +0000 | |
---|---|---|
committer | 2001-12-29 21:44:07 +0000 | |
commit | ba27de39005caad890fbd828a252a58462525766 (patch) | |
tree | 4394c7d2a3bd632a585c7a87147dbb66fc68a74c | |
parent | Don't use the contents of the RSH environment variable if it is empty. (diff) | |
download | wireguard-openbsd-ba27de39005caad890fbd828a252a58462525766.tar.xz wireguard-openbsd-ba27de39005caad890fbd828a252a58462525766.zip |
md5 -> distinfo
espie@ ok
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1828e13c3bb..2dcb6eb6a0c 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.58 2001/12/09 05:35:23 pvalchev Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.59 2001/12/29 21:44:07 avsm Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -327,7 +327,7 @@ Location for this port checksums, used by .Ar checksum , and .Ar makesum . -Defaults to ${FILESDIR}/md5. +Defaults to distinfo. .It Ev CLEANDEPENDS If set to .Sq Yes |