git: 2b890871f7d1 - stable/13 - style.Makefile.5: Do not require $FreeBSD$ SCM IDs

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sun, 28 Nov 2021 16:46:26 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=2b890871f7d196a16d7e4c4c4007095449948bcc

commit 2b890871f7d196a16d7e4c4c4007095449948bcc
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-18 21:00:30 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-28 16:45:08 +0000

    style.Makefile.5: Do not require $FreeBSD$ SCM IDs
    
    It's no longer required to have those SCM IDs at the start of makefiles.
    
    MFC after:      3 days
    
    (cherry picked from commit 1ac5586c6d86134922e18871b270ca483c00bf8b)
---
 share/man/man5/style.Makefile.5 | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 67991869ff57..4ced85704640 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 25, 2020
+.Dd November 18, 2021
 .Dt STYLE.MAKEFILE 5
 .Os
 .Sh NAME
@@ -42,13 +42,6 @@ This file specifies the preferred style for makefiles in the
 source tree.
 .Bl -bullet
 .It
-All makefiles should have an SCM ID at the start of the file,
-followed by a blank line.
-.Bd -literal
-# $FreeBSD\&$
-
-.Ed
-.It
 .Cm .PATH :
 comes next if needed, and is spelled
 .Dq Li ".PATH: " ,