aboutsummaryrefslogtreecommitdiffstats
path: root/databases/elixir-postgrex
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2015-07-03 05:01:40 +0800
committerolgeni <olgeni@FreeBSD.org>2015-07-03 05:01:40 +0800
commitb988aac0b79fe658c1c13e87be4442faecd4fdbc (patch)
tree0961e0bae854483ce11083da589d15bd806ada0b /databases/elixir-postgrex
parentf855973c020232eab5ed7399c583470e7c1b8ef9 (diff)
downloadfreebsd-ports-gnome-b988aac0b79fe658c1c13e87be4442faecd4fdbc.tar.gz
freebsd-ports-gnome-b988aac0b79fe658c1c13e87be4442faecd4fdbc.tar.zst
freebsd-ports-gnome-b988aac0b79fe658c1c13e87be4442faecd4fdbc.zip
Fix include syntax to avoid using PORTSDIR (defined by bsd.port.mk).
Submitted by: cperciva
Diffstat (limited to 'databases/elixir-postgrex')
-rw-r--r--databases/elixir-postgrex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/elixir-postgrex/Makefile b/databases/elixir-postgrex/Makefile
index d63904ab972e..51d6e95fca9d 100644
--- a/databases/elixir-postgrex/Makefile
+++ b/databases/elixir-postgrex/Makefile
@@ -18,5 +18,5 @@ MIX_BUILD_NAME= shared
MIX_BUILD_DEPS= devel/elixir-decimal
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
-.include "${PORTSDIR}/lang/elixir/bsd.elixir.mk"
+.include "${.CURDIR}/../../lang/elixir/bsd.elixir.mk"
.include <bsd.port.mk>