diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-02-25 23:06:53 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-02-25 23:06:53 +0000 |
commit | 593235507b1ffac045beebefc1c33c542e6af805 (patch) | |
tree | 59313f44a90363dcc2a72c25cbca921a05f1cd2b /share/man/man5 | |
parent | 16ade1c76420e97321261272b0eabb381e626c96 (diff) |
mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@.
mention that shell wildcards may be used.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 3 insertions, 1 deletions
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 , |