pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/scala (lang/scala) Fix install stage, ${TAR} was ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f43ceb6580d
branches:  trunk
changeset: 414901:5f43ceb6580d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 04 04:19:36 2020 +0000

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

diffstat:

 lang/scala/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 94d7f735dbc8 -r 5f43ceb6580d lang/scala/Makefile
--- a/lang/scala/Makefile       Sat Apr 04 04:02:11 2020 +0000
+++ b/lang/scala/Makefile       Sat Apr 04 04:19:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/26 17:31:32 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/04 04:19:36 mef Exp $
 
 DISTNAME=      scala-2.13.0
 CATEGORIES=    lang
@@ -14,7 +14,7 @@
 USE_JAVA2=     8
 NO_BUILD=      yes
 
-USE_TOOLS+=    bash:run
+USE_TOOLS+=    bash:run tar
 REPLACE_BASH+= bin/fsc bin/scala bin/scalac \
                bin/scaladoc bin/scalap
 



Home | Main Index | Thread Index | Old Index