Received: by mail.netbsd.org (Postfix, from userid 605) id C079284DA2; Fri, 1 May 2020 21:32:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43BA184D9D for ; Fri, 1 May 2020 21:32:33 +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 Ifmb9ZnAtRiA for ; Fri, 1 May 2020 21:32:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9544484D41 for ; Fri, 1 May 2020 21:32:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F80FFB27; Fri, 1 May 2020 21:32:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158836875259980" MIME-Version: 1.0 Date: Fri, 1 May 2020 21:32:32 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/net/grive2 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200501213232.8F80FFB27@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. --_----------=_158836875259980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Fri May 1 21:32:32 UTC 2020 Modified Files: pkgsrc/net/grive2: Makefile Log Message: net/grive2: remove nonexistent file from SUBST_FILES To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/grive2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158836875259980 Content-Disposition: inline Content-Length: 793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/grive2/Makefile diff -u pkgsrc/net/grive2/Makefile:1.20 pkgsrc/net/grive2/Makefile:1.21 --- pkgsrc/net/grive2/Makefile:1.20 Sun Mar 8 16:50:52 2020 +++ pkgsrc/net/grive2/Makefile Fri May 1 21:32:32 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/03/08 16:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/05/01 21:32:32 rillig Exp $ DISTNAME= grive2-0.4.1 PKGREVISION= 16 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ SUBST_CLASSES+= manpath SUBST_MESSAGE.manpath= Fix manpath SUBST_STAGE.manpath= pre-configure -SUBST_FILES.manpath= bgrive/CMakeLists.txt grive/CMakeLists.txt +SUBST_FILES.manpath= grive/CMakeLists.txt SUBST_SED.manpath= -e 's,DESTINATION share/man,DESTINATION ${PKGMANDIR},g' .include "../../security/libgcrypt/buildlink3.mk" --_----------=_158836875259980--