svn commit: r429037 - head/x11-wm/fvwm2

Cy Schubert cy at FreeBSD.org
Wed Dec 21 00:42:07 UTC 2016


Author: cy
Date: Wed Dec 21 00:42:06 2016
New Revision: 429037
URL: https://svnweb.freebsd.org/changeset/ports/429037

Log:
  Make ${LOCALBASE}/etc/xdg/menus the home of XDG menus.
  
  PR:		215337

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Tue Dec 20 23:33:40 2016	(r429036)
+++ head/x11-wm/fvwm2/Makefile	Wed Dec 21 00:42:06 2016	(r429037)
@@ -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 \


More information about the svn-ports-all mailing list