pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/scala



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr  4 04:19:36 UTC 2020

Modified Files:
        pkgsrc/lang/scala: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/scala/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/scala/Makefile
diff -u pkgsrc/lang/scala/Makefile:1.16 pkgsrc/lang/scala/Makefile:1.17
--- pkgsrc/lang/scala/Makefile:1.16     Sun Jan 26 17:31:32 2020
+++ pkgsrc/lang/scala/Makefile  Sat Apr  4 04:19:36 2020
@@ -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_JAVA=     run
 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