1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

x11/sirula: convert to WRKSRC_crate

This commit is contained in:
Jan Beich 2023-04-06 00:34:44 +00:00
parent fb25cc968a
commit 8c75120e69

View File

@ -23,6 +23,6 @@ post-patch:
# Respect PREFIX for system config
@${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \
-e 's,/etc,${PREFIX}&,' \
${WRKSRC}/cargo-crates/xdg-*/src/lib.rs
${WRKSRC_crate_xdg}/src/lib.rs
.include <bsd.port.mk>