diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 10:29:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 10:29:17 +0000 |
commit | c2e24a7b89eb7ac66a8c36ef97a089cf817b8a5c (patch) | |
tree | a265d3ade19f69c762a8c2f4f80b40d7b198c6b5 /share/man | |
parent | e3de810958ed798f8cc17a70a5c8063cd313e250 (diff) |
nits, explain when DISTFILES is automatically set
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3ae8a3b57db..721bb679374 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.587 2023/09/04 22:36:55 thfr Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.588 2023/09/05 10:29:16 espie 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: September 4 2023 $ +.Dd $Mdocdate: September 5 2023 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1669,8 +1669,17 @@ If ${DISTFILES*} varies depending on or architecture, use .Ev SUPDISTFILES* to ensure distfiles mirroring and -.Cm makesum +.Cm makesum Ns 's proper operation. +.Pp +If no +.Ev DISTFILES* +is set and if +.Ev MASTER_SITES +is not null, then +.Ev DISTFILES +will be set to +.Pa ${DISNAME}${EXTRACT_SUFX} . .It Ev DISTNAME Name used to identify the port. See |