summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2021-02-25 22:41:52 +0000
committerMarc Espie <espie@cvs.openbsd.org>2021-02-25 22:41:52 +0000
commitc4003ec7c1a496b5d9ea9a2addda0727084238b4 (patch)
tree2b4304259b1b437b07fa4fdf78824dc09c9b19c2 /share
parentf7b9c369d217fffbd3a4ae4b9a9eae15ae378a9a (diff)
make the timing of FIX_CRLF_FILES explicit
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.56
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 497f410fce0..becd3c89978 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.538 2021/02/25 21:46:25 sthen Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.539 2021/02/25 22:41:51 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -239,6 +239,7 @@ Extract the distribution files under
.Pa ${WRKDIR}
(but see
.Ev EXTRACT_ONLY ,
+.It Ev FIX_CRLF_FILES ,
.Ev FIX_EXTRACT_PERMISSIONS
and
.Ev NO_DEPENDS ) .
@@ -1833,7 +1834,8 @@ 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.
+Name(s) of files with line endings to correct at the end of
+.Cm extract .
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.