pkgsrc-WIP-changes archive

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

kf5: use non-deprecated variable names.



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Mon May 9 00:07:58 2016 +1200
Changeset:	2f4d41e3a61416a64544d5da7d29dc486e00f482

Modified Files:
	kf5/Makefile.common

Log Message:
kf5: use non-deprecated variable names.

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

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

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

diffs:
diff --git a/kf5/Makefile.common b/kf5/Makefile.common
index 6675c11..6062191 100644
--- a/kf5/Makefile.common
+++ b/kf5/Makefile.common
@@ -73,8 +73,8 @@ CMAKE_ARG_PATH=	..
 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}
+CMAKE_ARGS+=	-DKDE_INSTALL_LIBEXECDIR=libexec
+CMAKE_ARGS+=	-DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
 
 pre-configure:
 	${MKDIR} ${WRKSRC}/_KDE_build


Home | Main Index | Thread Index | Old Index