summaryrefslogtreecommitdiff
path: root/x11/kanshi/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-06-24 06:49:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-06-24 18:43:13 +0000
commit53c7aa691e7fb56ef7706426b704efccfe33c1db (patch)
tree0bc24ff3e54f11921dea945274cc901e5e818b3b /x11/kanshi/Makefile
parentsysutils/terraform: Update to 1.0.1 (diff)
x11/kanshi: update to 1.2.0
Changes: https://github.com/emersion/kanshi/releases/tag/v1.2.0 Reported by: GitHub (watch releases)
Diffstat (limited to 'x11/kanshi/Makefile')
-rw-r--r--x11/kanshi/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile
index ae736ca8ffeb..22aa94aeceba 100644
--- a/x11/kanshi/Makefile
+++ b/x11/kanshi/Makefile
@@ -1,11 +1,8 @@
PORTNAME= kanshi
DISTVERSIONPREFIX= v
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.0
CATEGORIES= x11
-PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES+= 846b72563784.patch:-p1
-
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Dynamic display configuration for Wayland
@@ -27,4 +24,8 @@ MANPAGES_MESON_ENABLED= man-pages
MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \
man/man5/${PORTNAME}.5.gz
+post-patch:
+ @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \
+ ${WRKSRC}/${PORTNAME}.5.scd
+
.include <bsd.port.mk>