summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-11-02 14:26:41 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-11-02 14:26:41 +0000
commit867964eda1bf65938dd0cb00561150616512e010 (patch)
tree5f0829837dfd4f3b0723acba153b4e7d3a4554a3
parentRetire incorrect patch (QAT). (diff)
Add correct exit code patch.
-rw-r--r--lang/erlang/files/patch-erts_etc_unix_Install.src11
-rw-r--r--lang/erlang14/files/patch-erts_etc_unix_Install.src11
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/erlang/files/patch-erts_etc_unix_Install.src b/lang/erlang/files/patch-erts_etc_unix_Install.src
new file mode 100644
index 000000000000..68cbe91a4bdc
--- /dev/null
+++ b/lang/erlang/files/patch-erts_etc_unix_Install.src
@@ -0,0 +1,11 @@
+
+$FreeBSD$
+
+--- erts/etc/unix/Install.src.orig
++++ erts/etc/unix/Install.src
+@@ -148,4 +148,4 @@
+ ./misc/format_man_pages $ERL_ROOT
+ fi
+
+-
++exit 0
diff --git a/lang/erlang14/files/patch-erts_etc_unix_Install.src b/lang/erlang14/files/patch-erts_etc_unix_Install.src
new file mode 100644
index 000000000000..68cbe91a4bdc
--- /dev/null
+++ b/lang/erlang14/files/patch-erts_etc_unix_Install.src
@@ -0,0 +1,11 @@
+
+$FreeBSD$
+
+--- erts/etc/unix/Install.src.orig
++++ erts/etc/unix/Install.src
+@@ -148,4 +148,4 @@
+ ./misc/format_man_pages $ERL_ROOT
+ fi
+
+-
++exit 0