summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2021-02-28 14:03:09 +0000
committerespie <espie@openbsd.org>2021-02-28 14:03:09 +0000
commit7dee6ef72162f7762a3a52172c5610040193e1e6 (patch)
tree18f9fa37fafbdec0eb07ef5645fc3048b157e45e /share
parentbig numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64. (diff)
downloadwireguard-openbsd-7dee6ef72162f7762a3a52172c5610040193e1e6.tar.xz
wireguard-openbsd-7dee6ef72162f7762a3a52172c5610040193e1e6.zip
document the move of FIX_CRLF_FILES to the end of distpatch
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.512
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.