t* My OpenBSD ports
       
   URI git clone git://git.codevoid.de/mystuff.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tpatch-sxiv_1 (1083B)
       ---
            1 $OpenBSD: patch-sxiv_1,v 1.4 2020/02/12 22:04:32 kn Exp $
            2 
            3 Substitute paths.
            4 
            5 Index: sxiv.1
            6 --- sxiv.1.orig
            7 +++ sxiv.1
            8 @@ -397,7 +397,7 @@ and the arguments given to it are: 1) path to image fi
            9  3) image height.
           10  .P
           11  There is also an example script installed together with sxiv as
           12 -.IR PREFIX/share/sxiv/exec/image-info .
           13 +.IR ${PREFIX}/share/sxiv/exec/image-info .
           14  .SH EXTERNAL KEY HANDLER
           15  Additional external keyboard commands can be defined using a handler program
           16  located in
           17 @@ -412,10 +412,10 @@ have been modified and reloads them.
           18  
           19  The key combo argument has the following form: "[C-][M-][S-]KEY",
           20  where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X
           21 -keysym as listed in /usr/include/X11/keysymdef.h without the "XK_" prefix.
           22 +keysym as listed in ${X11BASE}/include/X11/keysymdef.h without the "XK_" prefix.
           23  
           24  There is also an example script installed together with sxiv as
           25 -.IR PREFIX/share/sxiv/exec/key-handler .
           26 +.IR {PREFIX}/share/sxiv/exec/key-handler .
           27  .SH THUMBNAIL CACHING
           28  sxiv stores all thumbnails under
           29  .IR $XDG_CACHE_HOME/sxiv/ .