Received: by mail.netbsd.org (Postfix, from userid 605) id 384D884E23; Sat, 23 May 2020 12:10:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB25D84DE0 for ; Sat, 23 May 2020 11:48:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xzVYanTyWqoR for ; Sat, 23 May 2020 11:48:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 892C684DE1 for ; Sat, 23 May 2020 11:48:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C554FC2C; Sat, 23 May 2020 10:31:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159022986561010" MIME-Version: 1.0 Date: Sat, 23 May 2020 10:31:05 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/sysutils/k3b To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20200523103105.1C554FC2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159022986561010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat May 23 10:31:05 UTC 2020 Modified Files: pkgsrc/sysutils/k3b: Makefile Log Message: k3b: SUBST section no longer required. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/sysutils/k3b/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159022986561010 Content-Disposition: inline Content-Length: 1002 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/k3b/Makefile diff -u pkgsrc/sysutils/k3b/Makefile:1.110 pkgsrc/sysutils/k3b/Makefile:1.111 --- pkgsrc/sysutils/k3b/Makefile:1.110 Fri May 22 10:56:40 2020 +++ pkgsrc/sysutils/k3b/Makefile Sat May 23 10:31:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2020/05/22 10:56:40 adam Exp $ +# $NetBSD: Makefile,v 1.111 2020/05/23 10:31:04 markd Exp $ DISTNAME= k3b-${KAPPSVER} PKGREVISION= 4 @@ -35,12 +35,6 @@ SUBST_MESSAGE.fix-moc= Cleaning up MOC i SUBST_FILES.fix-moc= _KDE_build/plugins/*/*/CMakeFiles/*_autogen.dir/AutogenInfo.json SUBST_SED.fix-moc= -e 's;"${PREFIX}/include",;;g' -SUBST_CLASSES+= xdg -SUBST_STAGE.xdg= pre-configure -SUBST_MESSAGE.xdg= Install via examples dir. -SUBST_FILES.xdg= src/CMakeLists.txt -SUBST_SED.xdg= -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:' - MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg CONF_FILES+= ${PREFIX}/share/examples/k3b/org.kde.k3b.conf \ ${PKG_SYSCONFBASE}/dbus-1/system.d/org.kde.k3b.conf --_----------=_159022986561010--