Received: by mail.netbsd.org (Postfix, from userid 605) id AEE1584D7E; Tue, 9 Jun 2020 13:12:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3962184D6E for ; Tue, 9 Jun 2020 13:12:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9cohwRaTBYQ7 for ; Tue, 9 Jun 2020 13:12:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 943BA84CE2 for ; Tue, 9 Jun 2020 13:12:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E098FB27; Tue, 9 Jun 2020 13:12:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591708341229940" MIME-Version: 1.0 Date: Tue, 9 Jun 2020 13:12:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/syncthing To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200609131221.8E098FB27@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. --_----------=_1591708341229940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jun 9 13:12:21 UTC 2020 Modified Files: pkgsrc/net/syncthing: Makefile Log Message: syncthing: correct copypasto mistake To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/syncthing/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591708341229940 Content-Disposition: inline Content-Length: 968 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/syncthing/Makefile diff -u pkgsrc/net/syncthing/Makefile:1.110 pkgsrc/net/syncthing/Makefile:1.111 --- pkgsrc/net/syncthing/Makefile:1.110 Tue Jun 9 11:32:43 2020 +++ pkgsrc/net/syncthing/Makefile Tue Jun 9 13:12:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2020/06/09 11:32:43 nia Exp $ +# $NetBSD: Makefile,v 1.111 2020/06/09 13:12:21 nia Exp $ # Upstream used to frequently break protocol compatibility, but since # 2018 or so this has been much better. While users of pkgsrc @@ -87,7 +87,6 @@ do-build: # Binaries other than syncthing proper should perhaps be installed. do-install: ${INSTALL_PROGRAM} ${WRKSRC}/syncthing ${DESTDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/syncthing ${DESTDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/etc/linux-desktop/*.desktop ${DESTDIR}${PREFIX}/share/applications .for s in 512 256 128 64 32 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps --_----------=_1591708341229940--