Received: by mail.netbsd.org (Postfix, from userid 605) id 5820584EAD; Mon, 2 Aug 2021 15:39:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 923CB84D39 for ; Mon, 2 Aug 2021 15:39:36 +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 irOpO7XneZaM for ; Mon, 2 Aug 2021 15:39:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 296A384CD8 for ; Mon, 2 Aug 2021 15:39:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26CFFFA97; Mon, 2 Aug 2021 15:39:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627918776188480" MIME-Version: 1.0 Date: Mon, 2 Aug 2021 15:39:36 +0000 From: "pin" Subject: CVS commit: pkgsrc/www/suckit To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210802153936.26CFFFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627918776188480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Mon Aug 2 15:39:36 UTC 2021 Modified Files: pkgsrc/www/suckit: Makefile Log Message: www/suckit: simplify Makefile To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/suckit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627918776188480 Content-Disposition: inline Content-Length: 558 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/suckit/Makefile diff -u pkgsrc/www/suckit/Makefile:1.2 pkgsrc/www/suckit/Makefile:1.3 --- pkgsrc/www/suckit/Makefile:1.2 Thu Jul 22 16:16:38 2021 +++ pkgsrc/www/suckit/Makefile Mon Aug 2 15:39:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/07/22 16:16:38 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/02 15:39:35 pin Exp $ DISTNAME= suckit-0.1.2 CATEGORIES= www @@ -12,7 +12,6 @@ LICENSE= apache-2.0 OR mit .include "cargo-depends.mk" -USE_LANGUAGES+= c USE_TOOLS+= pkg-config INSTALLATION_DIRS= bin --_----------=_1627918776188480--