Received: by mail.netbsd.org (Postfix, from userid 605) id 09B0084ED9; Wed, 17 May 2023 21:21:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37EC384ED8 for ; Wed, 17 May 2023 21:21:49 +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 rlDICm6mv4Bf for ; Wed, 17 May 2023 21:21:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 89AAC84EBF for ; Wed, 17 May 2023 21:21:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B191EFA87; Wed, 17 May 2023 21:21:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684358507238170" MIME-Version: 1.0 Date: Wed, 17 May 2023 21:21:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/dust To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230517212147.B191EFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684358507238170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 17 21:21:47 UTC 2023 Modified Files: pkgsrc/sysutils/dust: Makefile Log Message: dust: use cargo.mk's install To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/dust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684358507238170 Content-Disposition: inline Content-Length: 788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dust/Makefile diff -u pkgsrc/sysutils/dust/Makefile:1.15 pkgsrc/sysutils/dust/Makefile:1.16 --- pkgsrc/sysutils/dust/Makefile:1.15 Fri May 5 21:58:39 2023 +++ pkgsrc/sysutils/dust/Makefile Wed May 17 21:21:47 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2023/05/05 21:58:39 pin Exp $ +# $NetBSD: Makefile,v 1.16 2023/05/17 21:21:47 wiz Exp $ DISTNAME= dust-0.8.6 CATEGORIES= sysutils @@ -14,9 +14,7 @@ LICENSE= apache-2.0 INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/dust -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dust \ - ${DESTDIR}${PREFIX}/bin +post-install: ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dust.1 ${INSTALL_DATA} ${WRKSRC}/config/config.toml \ --_----------=_1684358507238170--