Received: by mail.netbsd.org (Postfix, from userid 605) id 4ECEB84DC9; Sat, 4 Apr 2020 03:44:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C97E584D6C for ; Sat, 4 Apr 2020 03:44:57 +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 iMwoASaMQTyI for ; Sat, 4 Apr 2020 03:44:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 54E8B84D5E for ; Sat, 4 Apr 2020 03:44:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47F4BFB27; Sat, 4 Apr 2020 03:44:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158597189712060" MIME-Version: 1.0 Date: Sat, 4 Apr 2020 03:44:57 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/ecb To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200404034457.47F4BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158597189712060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Apr 4 03:44:57 UTC 2020 Modified Files: pkgsrc/devel/ecb: Makefile Log Message: (devel/ecb) Fix install stage, ${TAR} was not defined To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ecb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158597189712060 Content-Disposition: inline Content-Length: 662 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ecb/Makefile diff -u pkgsrc/devel/ecb/Makefile:1.1 pkgsrc/devel/ecb/Makefile:1.2 --- pkgsrc/devel/ecb/Makefile:1.1 Tue Jan 21 11:56:48 2020 +++ pkgsrc/devel/ecb/Makefile Sat Apr 4 03:44:57 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/01/21 11:56:48 pho Exp $ +# $NetBSD: Makefile,v 1.2 2020/04/04 03:44:57 mef Exp $ DISTNAME= ecb-2.50 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -12,7 +12,7 @@ HOMEPAGE= https://github.com/ecb-home/ec COMMENT= Emacs Code Browser LICENSE= gnu-gpl-v2 -USE_TOOLS= find gmake makeinfo +USE_TOOLS= find gmake makeinfo tar INFO_FILES= yes MAKE_FLAGS+= EMACS=${EMACS_BIN} --_----------=_158597189712060--