pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/elixir elixir: Avoid errors from check-interprete...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf15c8c0c622
branches: trunk
changeset: 335319:bf15c8c0c622
user: nia <nia%pkgsrc.org@localhost>
date: Mon Jun 17 16:58:42 2019 +0000
description:
elixir: Avoid errors from check-interpreter.mk after addition of interpreter
workaround.
diffstat:
lang/elixir/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7ca4e8da7e19 -r bf15c8c0c622 lang/elixir/Makefile
--- a/lang/elixir/Makefile Mon Jun 17 16:43:50 2019 +0000
+++ b/lang/elixir/Makefile Mon Jun 17 16:58:42 2019 +0000
@@ -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.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