From: espie Date: Thu, 7 Sep 2023 17:24:39 +0000 (+0000) Subject: be more direct about SUPDISTFILES X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3086e1d835c948738b3143f93f30a811fa3731d6;p=openbsd be more direct about SUPDISTFILES --- diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c721a2dfc5e..6c2aa99ca5d 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.618 2023/09/07 17:21:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.619 2023/09/07 17:24:39 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -3380,14 +3380,13 @@ in the ports tree will only invoke root's privileges for the parts that really require it. .It Ev SUPDISTFILES* -Supplementary files that need to be retrieved under some specific -circumstances. -For instance, a port might need architecture-specific files. +Supplementary distribution files for mirroring and creating checksums with +.Cm makesum . +For instance, a port might need architecture-specific files, or have +some flavor that requires more code. .Ev SUPDISTFILES* -should hold a list of all distribution files and patchfiles that are not -always needed, so that a mirror will be able to grab all files, or that -.Cm makesum -will work. +should hold a list of all those distribution files and patchfiles +that are not always needed. Having an overlap between .Ev SUPDISTFILES* and