diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-23 16:08:47 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-23 16:08:47 +0000 |
commit | a0e59762ddbaeb6570f857648e39a435882f6faa (patch) | |
tree | f0d75f065cec8bdd91f3d1cfaf012b846ab713e5 /share/man | |
parent | de2f789e7794222ef6ff17ae691704883c1ccc1d (diff) |
fully deprecate SITES0...9, I will convert the few (200) ports still using
it as soon as my test bulk finishes.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 3e2e3fb1b7b..e84f8e2c706 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.632 2023/09/23 16:06:10 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.633 2023/09/23 16:08:46 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -336,18 +336,7 @@ using ${FETCH_CMD}. Files are normally retrieved from the list of sites in .Ev SITES* . .Pp -Appending -.Sq :0 -to -.Sq :9 -to an entry will let -${FETCH_CMD} retrieve from -.Ev SITES0 -to -.Ev SITES9 -instead (deprecated). -.Pp -Preferably, adding a suffix to +Adding a suffix to .Ev DISTFILES , .Ev PATCHFILES , .Ev SUPDISTFILES @@ -3242,9 +3231,6 @@ for details. Suffix should start with .Sq \&. and be all lowercase for consistency. -.It Ev SITES0 , ... , SITES9 -Supplementary locations from which distribution files and patchfiles are -retrieved (deprecated). .It Ev SKIPDIR See .Xr ports 7 . @@ -4341,6 +4327,13 @@ Old location for scripts related to the current port. There is no reason for the semantic distinction, use .Ev FILESDIR for those. +.It Ev SITES0 , ... , SITES9 +Supplementary locations from which distribution files and patchfiles were +retrieved, superseded by the more generic +.Ev SITES.sufx +matching +.Ev DISTFILES.sufx +construct. .It Ev USE_BZIP2 The framework will automatically detect the presence of .Pa .tar.bz2 |