Received: by mail.netbsd.org (Postfix, from userid 605) id 49FFC84D47; Tue, 3 Aug 2021 08:53:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83CCC84D44 for ; Tue, 3 Aug 2021 08:53:48 +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 6_0yiQnoOvvC for ; Tue, 3 Aug 2021 08:53:48 +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 1706084CD9 for ; Tue, 3 Aug 2021 08:53:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E7BBFA97; Tue, 3 Aug 2021 08:53:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627980828227580" MIME-Version: 1.0 Date: Tue, 3 Aug 2021 08:53:48 +0000 From: "pin" Subject: CVS commit: pkgsrc/misc/deckster To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210803085348.0E7BBFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627980828227580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Aug 3 08:53:47 UTC 2021 Modified Files: pkgsrc/misc/deckster: Makefile Log Message: misc/deckster: simplify Makefile To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/deckster/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627980828227580 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/deckster/Makefile diff -u pkgsrc/misc/deckster/Makefile:1.1 pkgsrc/misc/deckster/Makefile:1.2 --- pkgsrc/misc/deckster/Makefile:1.1 Mon May 17 07:47:42 2021 +++ pkgsrc/misc/deckster/Makefile Tue Aug 3 08:53:47 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/05/17 07:47:42 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/08/03 08:53:47 pin Exp $ DISTNAME= deckster-0.2.1 CATEGORIES= misc @@ -13,8 +13,6 @@ WRKSRC= ${WRKDIR}/deckster-v0.2.1-36735 .include "cargo-depends.mk" -USE_LANGUAGES+= c - INSTALLATION_DIRS= bin do-install: --_----------=_1627980828227580--