1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

x11/swaylock: unbreak snapshot --version after 60507c96737a

https://github.com/swaywm/swaylock/commit/84598b08f21a
This commit is contained in:
Jan Beich 2023-12-02 22:11:00 +01:00
parent 2b873f3182
commit 2e2193873d

View File

@ -42,7 +42,7 @@ PIXBUF_MESON_ENABLED= gdk-pixbuf
post-patch:
# Extract (snapshot) version from the port instead of meson.build
@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
-e "s/meson.project_version()/'${DISTVERSIONFULL}'/" \
${WRKSRC}/meson.build
.include <bsd.port.mk>