diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-09-04 09:07:04 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-09-04 09:07:04 +0000 |
commit | d4a3874d824c89fc4dae849ed24e87990ec52308 (patch) | |
tree | f438a2143021d816088fd9159786a15d4cd9cb14 /share | |
parent | 3801b6faef686f4c5683c82f87c8164b4c4d08df (diff) |
Update bsd.port.mk(5) DISTFILES* description - it no longer uses :0 to :9
to select different SITES, the mechanism changed to SITES.somename /
DISTFILES.somename.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 92dc742b32f..8ea9fae4d82 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.646 2024/08/15 09:46:39 tb Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.647 2024/09/04 09:07:03 sthen 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: August 15 2024 $ +.Dd $Mdocdate: September 4 2024 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1731,12 +1731,7 @@ checksummed and extracted (see .Cm checksum , .Cm extract ) . .Ev DISTFILES -normally holds a list of files, possibly with -.Sq :0 -to -.Sq :9 -appended to select a different -.Ev SITES . +normally holds a list of files. .Pp Preferably, adding a suffix to .Ev DISTFILES , |