summaryrefslogtreecommitdiff
path: root/net/knewstuff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-02-07 15:35:09 +0000
committerjperkin <jperkin@pkgsrc.org>2018-02-07 15:35:09 +0000
commit89840a65a276da49fb5369901189b019ea433617 (patch)
treee63b5e6b7014d17decccdf8c78b25675a29102e3 /net/knewstuff
parent3bf6d5dbdbc42614a6f68a1114044d9c7751bf90 (diff)
downloadpkgsrc-89840a65a276da49fb5369901189b019ea433617.tar.gz
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.
Diffstat (limited to 'net/knewstuff')
-rw-r--r--net/knewstuff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/knewstuff/Makefile b/net/knewstuff/Makefile
index c647140bf64..3de5997cd45 100644
--- a/net/knewstuff/Makefile
+++ b/net/knewstuff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/01/30 07:43:23 markd Exp $
+# $NetBSD: Makefile,v 1.20 2018/02/07 15:35:09 jperkin Exp $
DISTNAME= knewstuff-${KF5VER}
PKGREVISION= 3
@@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= msgmerge
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:'