git: 1ac5586c6d86 - main - style.Makefile.5: Do not require $FreeBSD$ SCM IDs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Nov 2021 21:03:27 UTC
The branch main has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=1ac5586c6d86134922e18871b270ca483c00bf8b
commit 1ac5586c6d86134922e18871b270ca483c00bf8b
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-11-18 21:00:30 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-11-18 21:03:05 +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
---
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: " ,