pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ecb (devel/ecb) Fix install stage, ${TAR} was no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61a77ab2526b
branches:  trunk
changeset: 426637:61a77ab2526b
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 04 03:44:57 2020 +0000

description:
(devel/ecb) Fix install stage, ${TAR} was not defined

diffstat:

 devel/ecb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bb284b19cfc1 -r 61a77ab2526b devel/ecb/Makefile
--- a/devel/ecb/Makefile        Sat Apr 04 03:22:02 2020 +0000
+++ b/devel/ecb/Makefile        Sat Apr 04 03:44:57 2020 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index