pkgsrc-WIP-changes archive

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

kf5: set SYSCONF_INSTALL_DIR to PKG_SYSCONFDIR



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue May 3 23:15:45 2016 +1200
Changeset:	083e2f0c0239e4fc0a7d2a9894c10b122205d4fa

Modified Files:
	kf5/Makefile.common

Log Message:
kf5: set SYSCONF_INSTALL_DIR to PKG_SYSCONFDIR

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

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

diffstat:
 kf5/Makefile.common | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/kf5/Makefile.common b/kf5/Makefile.common
index 2de13f1..6675c11 100644
--- a/kf5/Makefile.common
+++ b/kf5/Makefile.common
@@ -18,6 +18,7 @@
 # used by wip/kdbusaddons/Makefile
 # used by wip/kdeclarative/Makefile
 # used by wip/kded/Makefile
+# used by wip/kdelibs4support/Makefile
 # used by wip/kdesignerplugin/Makefile
 # used by wip/kdesu/Makefile
 # used by wip/kdewebkit/Makefile
@@ -73,6 +74,7 @@ CONFIGURE_DIRS=	_KDE_build
 
 CMAKE_ARGS+=	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
 CMAKE_ARGS+=	-DLIBEXEC_INSTALL_DIR=libexec
+CMAKE_ARGS+=	-DSYSCONF_INSTALL_DIR=${PKG_SYSCONFDIR:Q}
 
 pre-configure:
 	${MKDIR} ${WRKSRC}/_KDE_build


Home | Main Index | Thread Index | Old Index