summaryrefslogtreecommitdiff
path: root/databases/elixir-ecto
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-07-02 21:01:40 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-07-02 21:01:40 +0000
commitf89c2df21c06aab1cdd1798039c6f01ca9f50b0a (patch)
tree0961e0bae854483ce11083da589d15bd806ada0b /databases/elixir-ecto
parentUpdate to 0.4.0. (diff)
Fix include syntax to avoid using PORTSDIR (defined by bsd.port.mk).
Submitted by: cperciva
Notes
Notes: svn path=/head/; revision=391196
Diffstat (limited to 'databases/elixir-ecto')
-rw-r--r--databases/elixir-ecto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/elixir-ecto/Makefile b/databases/elixir-ecto/Makefile
index 6a71ea315e5a..55e17608b1b3 100644
--- a/databases/elixir-ecto/Makefile
+++ b/databases/elixir-ecto/Makefile
@@ -19,5 +19,5 @@ MIX_BUILD_DEPS= devel/elixir-decimal \
devel/erlang-poolboy
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk"
+.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk"
.include <bsd.port.mk>