Received: by mail.netbsd.org (Postfix, from userid 605) id 68F5A84EDE; Thu, 5 Aug 2021 08:41:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A586C84D65 for ; Thu, 5 Aug 2021 08:41:42 +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 78eMxrmnAqvX for ; Thu, 5 Aug 2021 08:41:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3977484CE3 for ; Thu, 5 Aug 2021 08:41:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36B89FA97; Thu, 5 Aug 2021 08:41:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162815290213270" MIME-Version: 1.0 Date: Thu, 5 Aug 2021 08:41:42 +0000 From: "pin" Subject: CVS commit: pkgsrc/audio/termusic To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210805084142.36B89FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162815290213270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Thu Aug 5 08:41:42 UTC 2021 Modified Files: pkgsrc/audio/termusic: Makefile Log Message: audio/termusic: simplify Makefile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/termusic/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162815290213270 Content-Disposition: inline Content-Length: 584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/termusic/Makefile diff -u pkgsrc/audio/termusic/Makefile:1.4 pkgsrc/audio/termusic/Makefile:1.5 --- pkgsrc/audio/termusic/Makefile:1.4 Thu Jul 22 16:16:36 2021 +++ pkgsrc/audio/termusic/Makefile Thu Aug 5 08:41:42 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/07/22 16:16:36 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2021/08/05 08:41:42 pin Exp $ DISTNAME= termusic-0.2.11 CATEGORIES= audio @@ -12,7 +12,6 @@ LICENSE= mit AND gnu-gpl-v3 .include "cargo-depends.mk" -USE_LANGUAGES+= c USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin --_----------=_162815290213270--