- allow the erlang-mode to work by default by installing a missing file
ok joshe@ maintainer timed-out
This commit is contained in:
parent
6e6097e4ac
commit
9a039107d3
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2010/09/19 12:52:49 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2010/09/22 13:50:20 jasper Exp $
|
||||
|
||||
COMMENT= real-time, concurrent and distributed functional language
|
||||
|
||||
V= R13B04
|
||||
DISTNAME= otp_src_${V}
|
||||
PKGNAME= erlang-13b.04
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= lang
|
||||
|
||||
# Erlang Public License
|
||||
@ -17,7 +17,7 @@ WANTLIB= c crypto m ncurses pthread ssl util
|
||||
|
||||
MAINTAINER= Alex Popov <alex@seidlitz.ca>
|
||||
|
||||
MASTER_SITES= http://www.erlang.org/download/
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
|
||||
HOMEPAGE= http://www.erlang.org/
|
||||
|
||||
|
14
lang/erlang/patches/patch-lib_tools_emacs_Makefile
Normal file
14
lang/erlang/patches/patch-lib_tools_emacs_Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-lib_tools_emacs_Makefile,v 1.1 2010/09/22 13:50:20 jasper Exp $
|
||||
|
||||
Install missing file to make the erlang-mode useable.
|
||||
|
||||
--- lib/tools/emacs/Makefile.orig Fri Nov 20 14:33:43 2009
|
||||
+++ lib/tools/emacs/Makefile Tue Sep 21 13:51:08 2010
|
||||
@@ -39,6 +39,7 @@ MAN_FILES= \
|
||||
EMACS_FILES= \
|
||||
erlang-start \
|
||||
erlang-eunit \
|
||||
+ erlang-skels \
|
||||
erlang
|
||||
|
||||
README_FILES= README
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.19 2010/09/19 12:52:49 kili Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.20 2010/09/22 13:50:20 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/dialyzer
|
||||
bin/epmd
|
||||
@ -5842,6 +5842,7 @@ lib/erlang/lib/${TOOLS}/ebin/xref_utils.beam
|
||||
lib/erlang/lib/${TOOLS}/emacs/
|
||||
lib/erlang/lib/${TOOLS}/emacs/README
|
||||
lib/erlang/lib/${TOOLS}/emacs/erlang-eunit.el
|
||||
lib/erlang/lib/${TOOLS}/emacs/erlang-skels.el
|
||||
lib/erlang/lib/${TOOLS}/emacs/erlang-start.el
|
||||
lib/erlang/lib/${TOOLS}/emacs/erlang.el
|
||||
lib/erlang/lib/${TOOLS}/emacs/test.erl.indented
|
||||
|
Loading…
Reference in New Issue
Block a user