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/4d1ed8768f3c
branches: trunk
changeset: 426639:4d1ed8768f3c
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 21af159bff4b -r 4d1ed8768f3c 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