git: 4d3f74d884c5 - main - devel/llvm-cheri: .sinclude Makefile.MAN1SRCS as it may not exist

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Tue, 16 Jan 2024 18:07:11 UTC
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3f74d884c56b5fac9f3e8450dc0c250c11eb1e

commit 4d3f74d884c56b5fac9f3e8450dc0c250c11eb1e
Author:     Irina Dudina <irina.dudina@ed.ac.uk>
AuthorDate: 2024-01-16 18:07:04 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-01-16 18:07:04 +0000

    devel/llvm-cheri: .sinclude Makefile.MAN1SRCS as it may not exist
---
 devel/llvm-cheri/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile
index 19151a681629..5cad4768821c 100644
--- a/devel/llvm-cheri/Makefile
+++ b/devel/llvm-cheri/Makefile
@@ -156,7 +156,7 @@ USES+=		${_USES_PYTHON}
 
 .include <bsd.port.pre.mk>
 .include "${.CURDIR}/Makefile.COMMANDS"
-.include "${.CURDIR}/Makefile.MAN1SRCS"
+.sinclude "${.CURDIR}/Makefile.MAN1SRCS"
 
 post-patch:
 	${REINPLACE_CMD} -e 's|import lit|import ${LIT_MOD_NAME}|' \