pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lxmenu-data
Module Name: pkgsrc
Committed By: jlam
Date: Mon Aug 7 08:54:16 UTC 2017
Modified Files:
pkgsrc/sysutils/lxmenu-data: Makefile
Log Message:
Create directories before copying config files in sysutils/lxmenu.
Add ${PKG_SYSCONFDIR}/menus to MAKE_DIRS to ensure that the menus
subdirectory is created before the example menu file is copied
there. We use MAKE_DIRS instead of OWN_DIRS since this directory
is probably owned by another package.
Bump the PKREVISION due to fixes in the package install scripts.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/lxmenu-data/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/lxmenu-data/Makefile
diff -u pkgsrc/sysutils/lxmenu-data/Makefile:1.2 pkgsrc/sysutils/lxmenu-data/Makefile:1.3
--- pkgsrc/sysutils/lxmenu-data/Makefile:1.2 Mon Jun 6 02:02:33 2016
+++ pkgsrc/sysutils/lxmenu-data/Makefile Mon Aug 7 08:54:16 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/06/06 02:02:33 youri Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/07 08:54:16 jlam Exp $
DISTNAME= lxmenu-data-0.1.5
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX= .tar.xz
@@ -15,6 +16,7 @@ USE_TOOLS+= gettext gmake intltool msgfm
MENU_CONF= share/examples/menus
PKG_SYSCONFSUBDIR= xdg
+MAKE_DIRS= ${PKG_SYSCONFDIR}/menus
CONF_FILES= ${MENU_CONF}/lxde-applications.menu \
${PKG_SYSCONFDIR}/menus/lxde-applications.menu
Home |
Main Index |
Thread Index |
Old Index