Received: by mail.netbsd.org (Postfix, from userid 605) id 6772D84EC4; Wed, 17 May 2023 22:39:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98BC084CEA for ; Wed, 17 May 2023 22:39:00 +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 h09obt5ikyS0 for ; Wed, 17 May 2023 22:39:00 +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 EAD4584C86 for ; Wed, 17 May 2023 22:38:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE861FA87; Wed, 17 May 2023 22:38:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168436313925780" MIME-Version: 1.0 Date: Wed, 17 May 2023 22:38:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/ncspot To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230517223859.DE861FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168436313925780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 17 22:38:59 UTC 2023 Modified Files: pkgsrc/audio/ncspot: Makefile Log Message: ncspot: use cargo.mk's install To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/ncspot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168436313925780 Content-Disposition: inline Content-Length: 996 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/ncspot/Makefile diff -u pkgsrc/audio/ncspot/Makefile:1.54 pkgsrc/audio/ncspot/Makefile:1.55 --- pkgsrc/audio/ncspot/Makefile:1.54 Sat May 6 19:09:02 2023 +++ pkgsrc/audio/ncspot/Makefile Wed May 17 22:38:59 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2023/05/06 19:09:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.55 2023/05/17 22:38:59 wiz Exp $ DISTNAME= ncspot-0.13.2 PKGREVISION= 1 @@ -18,8 +18,6 @@ USE_TOOLS+= pkg-config PYTHON_VERSIONS_INCOMPATIBLE= 27 PYTHON_FOR_BUILD_ONLY= tool -INSTALLATION_DIRS= bin - MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib @@ -27,10 +25,6 @@ CARGO_NO_DEFAULT_FEATURES= YES .include "options.mk" -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncspot \ - ${DESTDIR}${PREFIX}/bin - .include "../../lang/python/tool.mk" .include "../../lang/rust/cargo.mk" .include "../../security/openssl/buildlink3.mk" --_----------=_168436313925780--