git: 12124425a2ee - main - net-im/libsignal-node: Garbage collect the create-caches-tarball target as it's not used anymore

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Tue, 09 May 2023 17:33:28 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12124425a2ee7e74403c42105ee42902ba95cc92

commit 12124425a2ee7e74403c42105ee42902ba95cc92
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-26 11:58:30 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-05-09 17:33:00 +0000

    net-im/libsignal-node: Garbage collect the create-caches-tarball target as it's not used anymore
---
 net-im/libsignal-node/Makefile | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/net-im/libsignal-node/Makefile b/net-im/libsignal-node/Makefile
index 5357c65971de..0ab663daa962 100644
--- a/net-im/libsignal-node/Makefile
+++ b/net-im/libsignal-node/Makefile
@@ -307,12 +307,4 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/node/build/Release/obj.target/libsignal_client_freebsd_${NODE_ARCH}.node/geni/rust/${RUST_ARCH}-unknown-freebsd/release/libsignal_node.so \
 		${STAGEDIR}${PREFIX}/lib/
 
-create-caches-tarball:
-	# do some cleanup first
-	${RM} -r  ${WRKDIR}/.cache/yarn/v6/.tmp
-	${FIND} ${WRKDIR}/.cache -type f -perm 755 -exec file {} \; | ${EGREP} "ELF|PE32+|Mach-O" | ${AWK} -F ':' '{print $$1}' | ${XARGS} ${RM}
-
-	cd ${WRKDIR} && \
-		${TAR} czf libsignal-node-${DISTVERSION}-yarn-cache.tar.gz .cache yarn-cache
-
 .include <bsd.port.mk>