Received: by mail.netbsd.org (Postfix, from userid 605) id 6DAD584EDC; Wed, 17 May 2023 21:22:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9D11284EDA for ; Wed, 17 May 2023 21:22:16 +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 gpXL55Q6qgMc for ; Wed, 17 May 2023 21:22:16 +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 2EDFD84ED8 for ; Wed, 17 May 2023 21:22:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C499FA87; Wed, 17 May 2023 21:22:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684358536146760" MIME-Version: 1.0 Date: Wed, 17 May 2023 21:22:16 +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: <20230517212216.2C499FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684358536146760 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:22:16 UTC 2023 Modified Files: pkgsrc/sysutils/dust: Makefile Log Message: dust: cleanup To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/dust/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684358536146760 Content-Disposition: inline Content-Length: 687 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.16 pkgsrc/sysutils/dust/Makefile:1.17 --- pkgsrc/sysutils/dust/Makefile:1.16 Wed May 17 21:21:47 2023 +++ pkgsrc/sysutils/dust/Makefile Wed May 17 21:22:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2023/05/17 21:21:47 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2023/05/17 21:22:16 wiz Exp $ DISTNAME= dust-0.8.6 CATEGORIES= sysutils @@ -12,7 +12,7 @@ LICENSE= apache-2.0 .include "cargo-depends.mk" -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/examples/dust +INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/examples/dust post-install: ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 \ --_----------=_1684358536146760--