mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@.
authorsthen <sthen@openbsd.org>
Thu, 25 Feb 2021 23:06:52 +0000 (23:06 +0000)
committersthen <sthen@openbsd.org>
Thu, 25 Feb 2021 23:06:52 +0000 (23:06 +0000)
mention that shell wildcards may be used.

share/man/man5/bsd.port.mk.5

index 9d11335..bcf937e 100644 (file)
@@ -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 ,