x11-wm/i3: fix hardcoded PREFIX

Bump PORTREVISION.

Reported by:	Edward Sanford Sutton, III <mirror176@hotmail.com> (via email)
Approved by:	bapt (maintainer, implicit)
Fixes:		b998385f30f4384bb6f5c7de4edd55af309c9ae2
This commit is contained in:
Sergey A. Osokin 2025-06-16 10:56:16 -04:00
parent 86d9ceacc9
commit b3d840c121
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= i3 PORTNAME= i3
DISTVERSION= 4.24 DISTVERSION= 4.24
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= x11-wm CATEGORIES= x11-wm
MASTER_SITES= https://i3wm.org/downloads/ \ MASTER_SITES= https://i3wm.org/downloads/ \
http://i3wm.org/downloads/ http://i3wm.org/downloads/

View File

@ -5,7 +5,7 @@
.IP " 3." 4.2 .IP " 3." 4.2
.\} .\}
-/etc/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set) -/etc/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set)
+/usr/local/etc/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set) +%%PREFIX%%/etc/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set)
.RE .RE
.sp .sp
.RS 4 .RS 4
@ -14,7 +14,7 @@
.IP " 4." 4.2 .IP " 4." 4.2
.\} .\}
-/etc/i3/config -/etc/i3/config
+/usr/local/etc/i3/config +%%PREFIX%%/etc/i3/config
.RE .RE
.sp .sp
You can specify a custom path using the \-c option\&. You can specify a custom path using the \-c option\&.