From 105b85376c476e28f1420b5fa60b9c36dd0ae0d0 Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 25 Feb 2021 23:06:52 +0000 Subject: [PATCH] mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@. mention that shell wildcards may be used. --- share/man/man5/bsd.port.mk.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 9d113355d23..bcf937eba2c 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.540 2021/02/25 22:58:27 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.541 2021/02/25 23:06:52 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1839,6 +1839,8 @@ Name(s) of files with line endings to correct at the end of Sometimes a port will include files with MS-DOS line endings (CR LF). To avoid problems with patches (especially when sent by email) these should be converted to LF. +.Nm +changes to WRKDIST before converting files - shell wildcards may be used. .It Ev FIX_EXTRACT_PERMISSIONS If .Sq Yes , -- 2.20.1