diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-31 10:23:43 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-03-31 10:23:43 +0000 |
commit | 735521c275cdadb380b3266af8a0cd296cfbf35c (patch) | |
tree | 0a6db4a0de99b23ea2d99169824a191b4c96004e /lang/erlang/files/post-patch-configure | |
parent | Add dependency for XFree86-4. (diff) |
Update port to version 8.0 (R8B-0).
Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.
Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
Diffstat (limited to 'lang/erlang/files/post-patch-configure')
-rw-r--r-- | lang/erlang/files/post-patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/erlang/files/post-patch-configure b/lang/erlang/files/post-patch-configure new file mode 100644 index 000000000000..355f4493a797 --- /dev/null +++ b/lang/erlang/files/post-patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Dec 7 16:13:39 2001 ++++ configure Fri Dec 7 16:19:33 2001 +@@ -1081,6 +1081,7 @@ + *) # Relative path. + ac_sub_cache_file="$ac_dots$cache_file" ;; + esac ++ ac_given_INSTALL="$INSTALL" + case "$ac_given_INSTALL" in + [/$]*) INSTALL="$ac_given_INSTALL" ;; + *) INSTALL="$ac_dots$ac_given_INSTALL" ;; |