Received: by mail.netbsd.org (Postfix, from userid 605) id 4DB4984ED6; Mon, 2 Aug 2021 15:42:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86B8284D39 for ; Mon, 2 Aug 2021 15:42:10 +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 HrOmv553vTyG for ; Mon, 2 Aug 2021 15:42:10 +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 1C29984CD8 for ; Mon, 2 Aug 2021 15:42:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 199E9FA97; Mon, 2 Aug 2021 15:42:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162791893086450" MIME-Version: 1.0 Date: Mon, 2 Aug 2021 15:42:10 +0000 From: "pin" Subject: CVS commit: pkgsrc/www/longboard To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210802154210.199E9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162791893086450 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:42:10 UTC 2021 Modified Files: pkgsrc/www/longboard: Makefile Log Message: www/longboard: simplify Makefile To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/longboard/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162791893086450 Content-Disposition: inline Content-Length: 608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/longboard/Makefile diff -u pkgsrc/www/longboard/Makefile:1.2 pkgsrc/www/longboard/Makefile:1.3 --- pkgsrc/www/longboard/Makefile:1.2 Thu Jul 22 16:16:37 2021 +++ pkgsrc/www/longboard/Makefile Mon Aug 2 15:42:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/07/22 16:16:37 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2021/08/02 15:42:09 pin Exp $ DISTNAME= longboard-0.0.7 CATEGORIES= www @@ -12,8 +12,6 @@ LICENSE= apache-2.0 OR mit .include "cargo-depends.mk" -USE_LANGUAGES+= c - INSTALLATION_DIRS= bin MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q} --_----------=_162791893086450--