diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-03-14 10:58:36 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2022-03-14 10:58:36 +0000 |
commit | 05a08fe1f9ead497ec6ebcc0499a75be54f9c89c (patch) | |
tree | 5bd86e203c4d7ffb19daae83f59d4895f34ca2ee /share | |
parent | 32c408e78cb8c6cce9ebdc0aa533968735338c8b (diff) |
minor lint fixes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d9681c806c1..25af6dea6e8 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.560 2022/03/14 10:56:55 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.561 2022/03/14 10:58:35 sthen Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1665,7 +1665,7 @@ to form a full package-name conforming to .It Ev ERRORS List of errors found while parsing the port's Makefile. Display the errors before making any target, and if any error starts with -.Qq Fatal: , +.Qq Fatal : , do not make anything. For instance: .Bd -literal -offset indent @@ -4125,7 +4125,8 @@ from templates in ${PKG_DIR}. .It If not overridden by the user, determine which set of templates to use, depending on the current SUBPACKAGE and FLAVOR information. -Set PLIST${SUBPACKAGE}, DESCR${SUBPACKAGE}, COMMENT${SUBPACKAGE}, MESSAGE${SUBPACKAGE}, UNMESSAGE${SUBPACKAGE} accordingly. +Set PLIST${SUBPACKAGE}, DESCR${SUBPACKAGE}, COMMENT${SUBPACKAGE}, +MESSAGE${SUBPACKAGE}, UNMESSAGE${SUBPACKAGE} accordingly. .It Generate the actual DESCR, and if needed, MESSAGE, UNMESSAGE, from the templates in ${DESCR}, ${MESSAGE}, ${UNMESSAGE}, by |