aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-11-02 22:26:41 +0800
committerolgeni <olgeni@FreeBSD.org>2008-11-02 22:26:41 +0800
commit1e94f370158d53c3776cfa3e7aa4c981ef9c4fad (patch)
tree3d93f0b1a91f75731a63a0a59277443b2619cb14 /lang
parentb0afaeb28b07cd0a8114f26dff6728f95ab0b7a9 (diff)
downloadfreebsd-ports-gnome-1e94f370158d53c3776cfa3e7aa4c981ef9c4fad.tar.gz
freebsd-ports-gnome-1e94f370158d53c3776cfa3e7aa4c981ef9c4fad.tar.zst
freebsd-ports-gnome-1e94f370158d53c3776cfa3e7aa4c981ef9c4fad.zip
Add correct exit code patch.
Diffstat (limited to 'lang')
-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