diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-12-02 22:11:00 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-12-02 22:13:37 +0100 |
commit | 2e2193873d5b5a4a5ff8d9a0ecbfa29f32068c16 (patch) | |
tree | 6b00379dc9c6ffe64c8634f64938efdb9883302d | |
parent | x11/swaylock-effects: update to 1.7.0.0 (diff) |
x11/swaylock: unbreak snapshot --version after 60507c96737a
https://github.com/swaywm/swaylock/commit/84598b08f21a
-rw-r--r-- | x11/swaylock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/swaylock/Makefile b/x11/swaylock/Makefile index a14765f1b5b9..f77589ae273f 100644 --- a/x11/swaylock/Makefile +++ b/x11/swaylock/Makefile @@ -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> |