diff options
Diffstat (limited to 'lang/erlang-runtime16/files/patch-Makefile.in')
-rw-r--r-- | lang/erlang-runtime16/files/patch-Makefile.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/erlang-runtime16/files/patch-Makefile.in b/lang/erlang-runtime16/files/patch-Makefile.in new file mode 100644 index 000000000000..2347fc0368c0 --- /dev/null +++ b/lang/erlang-runtime16/files/patch-Makefile.in @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in +@@ -56,7 +56,7 @@ + libdir = @libdir@ + + # Where Erlang/OTP is located +-libdir_suffix = /erlang ++libdir_suffix = /erlang16 + erlang_libdir = $(libdir)$(libdir_suffix) + erlang_bindir = $(erlang_libdir)/bin + +@@ -913,7 +913,7 @@ + # + # Order is important here, don't change it! + # +-INST_DEP += install.dirs install.emulator install.libs install.Install install.bin ++INST_DEP += install.dirs install.emulator install.libs install.Install + + install: $(INST_DEP) + |