git: cee05f17739a - main - Mk/Uses: Add MAINTAINER line to llvm.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Aug 2024 19:30:56 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=cee05f17739a3d025bf443c32950803cacfe36ff commit cee05f17739a3d025bf443c32950803cacfe36ff Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-19 19:29:54 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-19 19:29:54 +0000 Mk/Uses: Add MAINTAINER line to llvm.mk It was unmaintained. --- Mk/Uses/llvm.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Mk/Uses/llvm.mk b/Mk/Uses/llvm.mk index cc6e7f464fcc..9b22482ea914 100644 --- a/Mk/Uses/llvm.mk +++ b/Mk/Uses/llvm.mk @@ -32,6 +32,7 @@ # * LLVM_LIBLLVM libLLVM.so of the chosen port # * LLVM_PREFIX installation prefix of the chosen port # +# MAINTAINER: ports@FreeBSD.org .if !defined(_INCLUDE_USES_LLVM_MK) _INCLUDE_USES_LLVM_MK= YES