diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2001-01-23 20:50:38 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2001-01-23 20:50:38 +0000 |
commit | 2921f400fbb97d02bdddd6d6fd00493d9b98a775 (patch) | |
tree | d1d56d1301f94d4c73cfc46ef6cc69fe6f632c71 /lang/erlang/files/patch-ak | |
parent | o 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/erlang/files/patch-ak')
-rw-r--r-- | lang/erlang/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/erlang/files/patch-ak b/lang/erlang/files/patch-ak new file mode 100644 index 000000000000..446cd1c7323a --- /dev/null +++ b/lang/erlang/files/patch-ak @@ -0,0 +1,11 @@ +--- lib/inets/examples/Makefile.orig Tue Nov 28 20:35:48 2000 ++++ lib/inets/examples/Makefile Tue Nov 28 20:36:24 2000 +@@ -176,7 +176,7 @@ + $(INSTALL_DIR) $(RELSYSDIR)/examples/server_root/auth + $(INSTALL_DATA) $(AUTH_FILES) $(RELSYSDIR)/examples/server_root/auth + $(INSTALL_DIR) $(RELSYSDIR)/examples/server_root/cgi-bin +- $(INSTALL_PROGRAM) $(CGI_FILES) $(RELSYSDIR)/examples/server_root/cgi-bin ++ $(INSTALL_SCRIPT) $(CGI_FILES) $(RELSYSDIR)/examples/server_root/cgi-bin + $(INSTALL_DIR) $(RELSYSDIR)/examples/server_root/conf + $(INSTALL_DATA) $(CONF_FILES) $(RELSYSDIR)/examples/server_root/conf + $(INSTALL_DIR) $(RELSYSDIR)/examples/server_root/htdocs/open |