pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/elixir
Module Name: pkgsrc
Committed By: nia
Date: Mon Jun 17 16:58:43 UTC 2019
Modified Files:
pkgsrc/lang/elixir: Makefile
Log Message:
elixir: Avoid errors from check-interpreter.mk after addition of interpreter
workaround.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/elixir/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/elixir/Makefile
diff -u pkgsrc/lang/elixir/Makefile:1.11 pkgsrc/lang/elixir/Makefile:1.12
--- pkgsrc/lang/elixir/Makefile:1.11 Thu May 23 23:42:27 2019
+++ pkgsrc/lang/elixir/Makefile Mon Jun 17 16:58:42 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/05/23 23:42:27 yyamano Exp $
+# $NetBSD: Makefile,v 1.12 2019/06/17 16:58:42 nia Exp $
DISTNAME= elixir-1.7.4
PKGREVISION= 1
@@ -20,6 +20,9 @@ REPLACE.elixir.old= .*elixir
REPLACE.elixir.new= ${TOOLS_PLATFORM.env} ${PREFIX}/bin/elixir
REPLACE_FILES.elixir= bin/mix
+CHECK_INTERPRETER_SKIP+= bin/mix
+CHECK_INTERPRETER_SKIP+= lib/elixir/bin/mix
+
BUILD_TARGET= compile
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index