diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 21:01:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-07-02 21:01:40 +0000 |
commit | f89c2df21c06aab1cdd1798039c6f01ca9f50b0a (patch) | |
tree | 0961e0bae854483ce11083da589d15bd806ada0b /databases/elixir-ecto | |
parent | Update 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/Makefile | 2 |
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> |