git: 7b35871042ce - main - devel/clazy: Remove CC/CPP/CXX exports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Sep 2023 18:56:44 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b35871042ce62cb44b8025f716753030ecab737
commit 7b35871042ce62cb44b8025f716753030ecab737
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-28 18:52:55 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-28 18:56:26 +0000
devel/clazy: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket)
---
devel/clazy/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/devel/clazy/Makefile b/devel/clazy/Makefile
index 02ca520e1c8a..4f6238fc456b 100644
--- a/devel/clazy/Makefile
+++ b/devel/clazy/Makefile
@@ -24,8 +24,4 @@ OPTIONS_DEFINE= DOCS
DOCS_CMAKE_BOOL= CLAZY_MAN_PAGE
-CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
-CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
-CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
-
.include <bsd.port.mk>