summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2021-02-25 23:06:52 +0000
committersthen <sthen@openbsd.org>2021-02-25 23:06:52 +0000
commit105b85376c476e28f1420b5fa60b9c36dd0ae0d0 (patch)
treea5eaa9e663720aa2b3028b10ae4b7a689c6ca6da /share/man
parentwrong annotation (diff)
downloadwireguard-openbsd-105b85376c476e28f1420b5fa60b9c36dd0ae0d0.tar.xz
wireguard-openbsd-105b85376c476e28f1420b5fa60b9c36dd0ae0d0.zip
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')
-rw-r--r--share/man/man5/bsd.port.mk.54
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 ,