summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-12-21 00:42:06 +0000
committerCy Schubert <cy@FreeBSD.org>2016-12-21 00:42:06 +0000
commit9dc73e79a4652036b06471750d8c5ac5e1f5ead3 (patch)
tree712796e17abcd0789a9206aa97ce4198219cd9d0 /x11-wm
parentmisc/py-socli: Update to 2.8 (diff)
Make ${LOCALBASE}/etc/xdg/menus the home of XDG menus.
PR: 215337
Notes
Notes: svn path=/head/; revision=429037
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 3c01321eb193..6be25c6b00f3 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fvwm
PORTVERSION= 2.6.7
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/2.6.7/ \
http://www.fvwm.org/generated/icon_download/
@@ -115,6 +116,8 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
${WRKSRC}/modules/FvwmM4/FvwmM4.c
+ @${REINPLACE_CMD} -e 's,/etc/,${LOCALBASE}/etc/,g' \
+ ${WRKSRC}/bin/fvwm-menu-desktop.in
post-install:
${INSTALL_DATA} ${FILESDIR}/system.fvwm2rc \