From 89840a65a276da49fb5369901189b019ea433617 Mon Sep 17 00:00:00 2001 From: jperkin Date: Wed, 7 Feb 2018 15:35:09 +0000 Subject: kde: SUBST_STAGE should be pre-configure, not post-patch. Performing substitutions during *-patch phases makes it impossible to generate patches via mkpatches without introducing substitution noise. --- archivers/karchive/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/karchive/Makefile b/archivers/karchive/Makefile index 20d1571dd9c..36d58207ec6 100644 --- a/archivers/karchive/Makefile +++ b/archivers/karchive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2018/01/30 07:29:55 markd Exp $ +# $NetBSD: Makefile,v 1.12 2018/02/07 15:35:09 jperkin Exp $ DISTNAME= karchive-${KF5VER} PKGREVISION= 2 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 .include "../../meta-pkgs/kf5/Makefile.common" SUBST_CLASSES+= xdg -SUBST_STAGE.xdg= post-patch +SUBST_STAGE.xdg= pre-configure SUBST_MESSAGE.xdg= Install via examples dir. SUBST_FILES.xdg= CMakeLists.txt SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_DATAROOTDIR}/examples/kde-xdg:' -- cgit v1.2.3