summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-ac
diff options
context:
space:
mode:
authorPierre Beyssac <pb@FreeBSD.org>2001-01-23 20:50:38 +0000
committerPierre Beyssac <pb@FreeBSD.org>2001-01-23 20:50:38 +0000
commit2921f400fbb97d02bdddd6d6fd00493d9b98a775 (patch)
treed1d56d1301f94d4c73cfc46ef6cc69fe6f632c71 /lang/erlang14/files/patch-ac
parento change master site. (diff)
Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr
Notes
Notes: svn path=/head/; revision=37506
Diffstat (limited to 'lang/erlang14/files/patch-ac')
-rw-r--r--lang/erlang14/files/patch-ac27
1 files changed, 27 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-ac b/lang/erlang14/files/patch-ac
new file mode 100644
index 000000000000..b574011d6429
--- /dev/null
+++ b/lang/erlang14/files/patch-ac
@@ -0,0 +1,27 @@
+--- erts/etc/common/Makefile.in.orig Tue Nov 28 20:41:14 2000
++++ erts/etc/common/Makefile.in Tue Nov 28 20:46:05 2000
+@@ -65,6 +65,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DIR = $(INSTALL) -d
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+ INSTALL_DATA = @INSTALL_DATA@
+
+ ifeq ($(findstring solaris,$(TARGET)),solaris)
+@@ -238,13 +239,13 @@
+ endif
+ $(INSTALL_DIR) $(RELEASE_PATH)/erts-$(VSN)/bin
+ ifneq ($(findstring vxworks,$(TARGET)), vxworks)
+- $(INSTALL_PROGRAM) erl.src $(RELEASE_PATH)/erts-$(VSN)/bin
++ $(INSTALL_SCRIPT) erl.src $(RELEASE_PATH)/erts-$(VSN)/bin
+ endif
+ $(INSTALL_PROGRAM) $(INSTALL_PROGS) $(RELEASE_PATH)/erts-$(VSN)/bin
+- $(INSTALL_PROGRAM) $(INSTALL_TOP) $(RELEASE_PATH)
++ $(INSTALL_SCRIPT) $(INSTALL_TOP) $(RELEASE_PATH)
+ ifneq ($(INSTALL_MISC),)
+ $(INSTALL_DIR) $(RELEASE_PATH)/misc
+- $(INSTALL_PROGRAM) $(INSTALL_MISC) $(RELEASE_PATH)/misc
++ $(INSTALL_SCRIPT) $(INSTALL_MISC) $(RELEASE_PATH)/misc
+ endif
+ ifneq ($(INSTALL_SRC),)
+ $(INSTALL_DIR) $(RELEASE_PATH)/erts-$(VSN)/src