pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ardour: Treat .menus files as home-grown
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sun Jun 19 17:07:09 2016 +0200
Changeset: a46b976691c75e81cab0562daa0de27a964b8402
Modified Files:
ardour/Makefile
Log Message:
ardour: Treat .menus files as home-grown
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a46b976691c75e81cab0562daa0de27a964b8402
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ardour/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diffs:
diff --git a/ardour/Makefile b/ardour/Makefile
index 68ad3f8..ea26bb5 100644
--- a/ardour/Makefile
+++ b/ardour/Makefile
@@ -122,7 +122,10 @@ BUILD_DEFS+= PKG_SYSCONFBASE
EGDIR= ${PREFIX}/share/examples/ardour4
PKG_SYSCONFSUBDIR= ardour4
-CONF_FILES+= ${EGDIR}/ardour4/ardour.menus ${PKG_SYSCONFBASE}/menus/ardour.menus
+OWN_DIRS= ${PKG_SYSCONFDIR}
+OWN_DIRS= ${PKG_SYSCONFDIR}/export
+
+CONF_FILES+= ${EGDIR}/ardour4/ardour.menus ${PKG_SYSCONFDIR}/ardour.menus
CONF_FILES+= ${EGDIR}/ardour4/clearlooks.rc ${PKG_SYSCONFDIR}/clearlooks.rc
CONF_FILES+= ${EGDIR}/ardour4/dark.colors ${PKG_SYSCONFDIR}/dark.colors
CONF_FILES+= ${EGDIR}/ardour4/default_ui_config ${PKG_SYSCONFDIR}/default_ui_config
@@ -131,7 +134,7 @@ CONF_FILES+= ${EGDIR}/ardour4/mixer.bindings ${PKG_SYSCONFDIR}/mixer.bindings
CONF_FILES+= ${EGDIR}/ardour4/mnemonic-us.bindings ${PKG_SYSCONFDIR}/mnemonic-us.bindings
CONF_FILES+= ${EGDIR}/ardour4/step_editing.bindings ${PKG_SYSCONFDIR}/step_editing.bindings
CONF_FILES+= ${EGDIR}/ardour4/system_config ${PKG_SYSCONFDIR}/system_config
-CONF_FILES+= ${EGDIR}/ardour4/trx.menus ${PKG_SYSCONFBASE}/menus/trx.menus
+CONF_FILES+= ${EGDIR}/ardour4/trx.menus ${PKG_SYSCONFDIR}/trx.menus
# As of NetBSD-7.99.21 pkgsrc's checks cannot open file with rare unicode characters
CHECK_PORTABILITY_SKIP+= libs/pbd/test/i18n_test/*.tst
Home |
Main Index |
Thread Index |
Old Index