git: 1f40edb20aba - main - net-im/libsignal-node: Cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jan 2025 15:11:27 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f40edb20aba331a60a55c0b6ab315bf6b8d0796
commit 1f40edb20aba331a60a55c0b6ab315bf6b8d0796
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2025-01-09 08:02:09 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-01-09 15:11:25 +0000
net-im/libsignal-node: Cleanup
Remove useless variable.
---
net-im/libsignal-node/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile
index d049c7b5bd1c..76abdc844cf1 100644
--- a/net-im/libsignal-node/Makefile
+++ b/net-im/libsignal-node/Makefile
@@ -50,10 +50,6 @@ NODEJS_VERSION= 20
NODE_ARCH= ${ARCH:S/aarch64/arm64/:S/amd64/x64/}
RUST_ARCH= ${ARCH:S/amd64/x86_64/}
-YARN_TIMESTAMP= 1661146515
-
-#BINARY_ALIAS= python=${PYTHON_CMD}
-
.include <bsd.port.options.mk>
post-patch: