diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-02-25 21:46:26 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-02-25 21:46:26 +0000 |
commit | 058c82e36c3842bc59bb63601a88a3a17fa0d0b3 (patch) | |
tree | 47773cf2210e30f4c24799a16608c7c6ae68472a /share | |
parent | f8b487fa3e471ec58655bca64efc4767d1cf0317 (diff) |
document FIX_CRLF_FILES.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 41c13cd4674..497f410fce0 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.537 2021/02/04 22:12:03 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.538 2021/02/25 21:46:25 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: February 4 2021 $ +.Dd $Mdocdate: February 25 2021 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1832,6 +1832,11 @@ before running Used for build systems which set paranoid permissions at build time. Defaults to .Sq \&No . +.It Ev FIX_CRLF_FILES +Name(s) of files with line endings to correct after extraction. +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. .It Ev FIX_EXTRACT_PERMISSIONS If .Sq Yes , |