git: 477935a6afba - main - archivers/py-cramjam: Clean up Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:34:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=477935a6afba460ddf83697789492543a2791f20
commit 477935a6afba460ddf83697789492543a2791f20
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:10:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:30:54 +0000
archivers/py-cramjam: Clean up Makefile
- Remove MAKE_ENV
It is not needed now.
---
archivers/py-cramjam/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile
index f57f184a91a8..c8d1985d3cfe 100644
--- a/archivers/py-cramjam/Makefile
+++ b/archivers/py-cramjam/Makefile
@@ -23,6 +23,5 @@ USE_PYTHON= autoplist concurrent pep517
CARGO_BUILD= no
CARGO_INSTALL= no
-MAKE_ENV= RUSTFLAGS="-L ${LOCALBASE}/lib"
.include <bsd.port.mk>