aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/i3-gaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/i3-gaps/Makefile')
-rw-r--r--x11-wm/i3-gaps/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/i3-gaps/Makefile b/x11-wm/i3-gaps/Makefile
index a0d2ed479121..12aa6ab3543c 100644
--- a/x11-wm/i3-gaps/Makefile
+++ b/x11-wm/i3-gaps/Makefile
@@ -2,9 +2,13 @@
PORTNAME= i3
DISTVERSION= 4.19.1
+PORTREVISION= 1
CATEGORIES= x11-wm
PKGNAMESUFFIX= -gaps
+PATCH_SITES= https://github.com/i3/i3/commit/
+PATCHFILES= a7d873f8ccb117c8e0775fe5bfe5804416b89709.patch:-p1
+
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Fork of i3 tiling window manager with more features, including gaps
@@ -51,4 +55,9 @@ MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
xmlto:textproc/xmlto
MANPAGES_MESON_TRUE= mans
+post-patch:
+ @${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' -e 's,/etc,${PREFIX}&,g' \
+ ${WRKSRC}/man/i3-config-wizard.man \
+ ${WRKSRC}/man/i3.man
+
.include <bsd.port.mk>