diff options
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index f303d29aca2c..101c0c5db4ce 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -40,4 +40,8 @@ OPTIONS_SUB= yes PLIST_SUB= VERSION="4.6" +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/scripts/xflock4 + .include <bsd.port.mk> |