From b64ddb25ad3f2b282428f578fcf4bf63ca7a4fc3 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 5 Sep 2023 13:58:49 +0000 Subject: [PATCH] reorder --- share/man/man5/bsd.port.mk.5 | 80 ++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index df7b1f1851a..9174a2446e1 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.601 2023/09/05 13:55:57 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.602 2023/09/05 13:58:49 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2354,45 +2354,6 @@ prepended and with master site selection extension removed. Read-only. See also .Ev CHECKSUMFILES . -.It Ev SITE_BACKUP -User settings. -List of sites to try after normal master sites. -Normally includes ${SITE_OPENBSD} and ${SITE_FREEBSD}. -.It Ev SITE_* -Lists of standard sites to retrieve files from, refer to -.Pa ${PORTSDIR}/infrastructure/db/network.conf -for a complete list. -.Pp -Generally used with the standard -.Xr make 1 Ns 's -.Li ${VARIABLE:=subdir/} -construct to append the relevant subdir at the end of each entry, e.g., -.Dl SITES = ${SITE_GNU:=cgicc/} -.It Ev _SITES -List of primary locations from which distribution files and patchfiles are -retrieved. -See the -.Cm fetch -target for details. -Defaults to ${SITES_GITHUB} for GitHub-hosted projects, -see -.Ev GH_* . -See -.Xr ports 7 -for user configuration. -.It Ev SITES* -List of alternate locations from which ${DISTFILES*}, ${PATCHFILES*}, -${SUPDISTFILES*} are retrieved. -See -.Cm fetch -for details. -Suffix should start with -.Sq \&. -for consistency. -.Pp -.It Ev SITES0 , ... , SITES9 -Supplementary locations from which distribution files and patchfiles are -retrieved. .It Ev MESSAGE File recorded in the package and displayed during installation. Defaults to ${PKGDIR}/MESSAGE if this file exists. @@ -3198,6 +3159,45 @@ Porters of software using libtool should make sure .Ev MAKE_FLAGS get propagated to the libtool invocations. This should be enough in most cases. +.It Ev SITE_BACKUP +User settings. +List of sites to try after normal master sites. +Normally includes ${SITE_OPENBSD} and ${SITE_FREEBSD}. +.It Ev SITE_* +Lists of standard sites to retrieve files from, refer to +.Pa ${PORTSDIR}/infrastructure/db/network.conf +for a complete list. +.Pp +Generally used with the standard +.Xr make 1 Ns 's +.Li ${VARIABLE:=subdir/} +construct to append the relevant subdir at the end of each entry, e.g., +.Dl SITES = ${SITE_GNU:=cgicc/} +.It Ev SITES +List of primary locations from which distribution files and patchfiles are +retrieved. +See the +.Cm fetch +target for details. +Defaults to ${SITES_GITHUB} for GitHub-hosted projects, +see +.Ev GH_* . +See +.Xr ports 7 +for user configuration. +.It Ev SITES* +List of alternate locations from which ${DISTFILES*}, ${PATCHFILES*}, +${SUPDISTFILES*} are retrieved. +See +.Cm fetch +for details. +Suffix should start with +.Sq \&. +for consistency. +.Pp +.It Ev SITES0 , ... , SITES9 +Supplementary locations from which distribution files and patchfiles are +retrieved (deprecated). .It Ev SKIPDIR See .Xr ports 7 . -- 2.20.1