net-im/libsignal-node: Fix poudriere build

After the update to 0.58.0, the port failed to build in poudriere during
the fetch phase, giving the error:

make: Could not create temporary file
/wrkdirs/usr/ports/net-im/libsignal-node/work/makekSsI9M: No such file
or directory

Approved by:	mikael (maintainer)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D46966
This commit is contained in:
Joseph Mingrone 2024-10-06 12:01:11 -03:00
parent bf4c86a9e2
commit 47a4899d3f
No known key found for this signature in database
GPG key ID: 36A40C83B0D6EF9E

View file

@ -69,7 +69,6 @@ pre-fetch:
-e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree; \
${TAR} cJf ${DISTDIR}/libsignal-node-${DISTVERSION}-yarn-cache.tar.gz \
@yarn-offline-cache.mtree; \
${RM} -r ${WRKDIR}; \
fi
post-patch: