Received: by mail.netbsd.org (Postfix, from userid 605) id 512A284D54; Mon, 14 Sep 2020 20:18:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CAC2C84D47 for ; Mon, 14 Sep 2020 20:18:02 +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 k_bzEVuWFa3x for ; Mon, 14 Sep 2020 20:18:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2593E84CE2 for ; Mon, 14 Sep 2020 20:18:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 192B7FB28; Mon, 14 Sep 2020 20:18:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600114682287780" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 20:18:02 +0000 From: "pin" Subject: CVS commit: pkgsrc/net/phetch To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200914201802.192B7FB28@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. --_----------=_1600114682287780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Sep 14 20:18:02 UTC 2020 Modified Files: pkgsrc/net/phetch: Makefile Log Message: net/phetch: remove copypaste leftover Thanks to leot To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/phetch/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600114682287780 Content-Disposition: inline Content-Length: 736 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/phetch/Makefile diff -u pkgsrc/net/phetch/Makefile:1.2 pkgsrc/net/phetch/Makefile:1.3 --- pkgsrc/net/phetch/Makefile:1.2 Mon Sep 14 13:43:24 2020 +++ pkgsrc/net/phetch/Makefile Mon Sep 14 20:18:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/09/14 13:43:24 pin Exp $ +# $NetBSD: Makefile,v 1.3 2020/09/14 20:18:01 pin Exp $ DISTNAME= phetch-1.0.3 PKGREVISION= 1 @@ -118,7 +118,6 @@ CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-w CARGO_CRATE_DEPENDS+= ws2_32-sys-0.2.1 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -MAKE_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR} MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib --_----------=_1600114682287780--