diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2021-02-28 14:03:10 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2021-02-28 14:03:10 +0000 |
commit | 289ec9d03af31f4376b6453450c7eccb79d5b4c5 (patch) | |
tree | d72ab08e8dc963daabc161b45d183fd04b5a5ffe /share/man/man5 | |
parent | bd0acb71afec9b28de89ef3a698070b24fbf3664 (diff) |
document the move of FIX_CRLF_FILES to the end of distpatch
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index bcf937eba2c..8f0cb7e49cb 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.541 2021/02/25 23:06:52 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.542 2021/02/28 14:03:09 espie 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 25 2021 $ +.Dd $Mdocdate: February 28 2021 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -227,9 +227,10 @@ Shorthand for .It Cm distpatch Apply distribution patches only. See -.Cm patch -and +.Cm patch , .Ev PATCH_CASES +and +.Ev FIX_CRLF_FILES for details. .It Cm dump-vars Dump the values of all relevant variables in a port, prepended with the @@ -239,7 +240,6 @@ Extract the distribution files under .Pa ${WRKDIR} (but see .Ev EXTRACT_ONLY , -.Ev FIX_CRLF_FILES , .Ev FIX_EXTRACT_PERMISSIONS and .Ev NO_DEPENDS ) . @@ -1835,7 +1835,7 @@ Defaults to .Sq \&No . .It Ev FIX_CRLF_FILES Name(s) of files with line endings to correct at the end of -.Cm extract . +.Cm distpatch . 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. |