pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxmenu-data: Fix config install.



Module Name:	pkgsrc-wip
Committed By:	youri <youri%NetBSD.org@localhost>
Pushed By:	youri
Date:		Mon May 2 10:11:57 2016 +0200
Changeset:	8a7a561b0db0a4129b993b54cbb3d64cf38b29e2

Modified Files:
	lxmenu-data/Makefile
	lxmenu-data/PLIST

Log Message:
lxmenu-data: Fix config install.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a7a561b0db0a4129b993b54cbb3d64cf38b29e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxmenu-data/Makefile | 3 ++-
 lxmenu-data/PLIST    | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/lxmenu-data/Makefile b/lxmenu-data/Makefile
index ff96644..1af6a3f 100644
--- a/lxmenu-data/Makefile
+++ b/lxmenu-data/Makefile
@@ -17,6 +17,7 @@ LXDE_CONF=		share/examples/lxde
 CONFIGURE_ARGS+=	--sysconfdir=${PREFIX}/${LXDE_CONF}
 PKG_SYSCONFSUBDIR=	xdg
 
-CONF_FILES=	${LXDE_CONF}/xdg/menus/lxde-applications.menu \
+CONF_FILES=	${LXDE_CONF}/menus/lxde-applications.menu \
 		${PKG_SYSCONFDIR}/menus/lxde-applications.menu
+
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxmenu-data/PLIST b/lxmenu-data/PLIST
index df1c7f3..dd8867c 100644
--- a/lxmenu-data/PLIST
+++ b/lxmenu-data/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2015/05/21 16:20:46 blef Exp $
+@comment $NetBSD$
 share/desktop-directories/lxde-audio-video.directory
 share/desktop-directories/lxde-development.directory
 share/desktop-directories/lxde-education.directory
@@ -20,4 +20,4 @@ share/desktop-directories/lxde-system-tools.directory
 share/desktop-directories/lxde-system.directory
 share/desktop-directories/lxde-utility-accessibility.directory
 share/desktop-directories/lxde-utility.directory
-share/examples/lxde/xdg/menus/lxde-applications.menu
+share/examples/lxde/menus/lxde-applications.menu


Home | Main Index | Thread Index | Old Index