aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/i3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/i3/Makefile')
-rw-r--r--x11-wm/i3/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile
index 9dc82e9499ab..bff1476d0ac7 100644
--- a/x11-wm/i3/Makefile
+++ b/x11-wm/i3/Makefile
@@ -1,5 +1,6 @@
PORTNAME= i3
DISTVERSION= 4.24
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= https://i3wm.org/downloads/ \
http://i3wm.org/downloads/
@@ -40,4 +41,9 @@ MAKE_JOBS_UNSAFE= yes
CONFLICTS_INSTALL= i3-gaps
+post-patch:
+ @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \
+ ${WRKSRC}/man/i3-config-wizard.1 \
+ ${WRKSRC}/man/i3.1
+
.include <bsd.port.mk>