Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 00:42:06 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429037 - head/x11-wm/fvwm2
Message-ID:  <201612210042.uBL0g6ku054094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612210042.uBL0g6ku054094>