- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
12 lines
206 B
Makefile
12 lines
206 B
Makefile
--- app.mk.orig 2012-01-11 12:00:24 UTC
|
|
+++ app.mk
|
|
@@ -25,7 +25,7 @@ STUB_EFLAGS = -W0 -o stubs
|
|
CD = cd
|
|
CP = cp -vf
|
|
ECHO = echo
|
|
-ERLDOC = ndoc
|
|
+ERLDOC = txt2tags
|
|
LN = ln -sf
|
|
MKDIR = mkdir
|
|
MV = mv -vf
|