mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- 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.
10 lines
195 B
Text
10 lines
195 B
Text
--- Makefile.orig 2015-05-20 09:55:39 UTC
|
|
+++ Makefile
|
|
@@ -1,6 +1,6 @@
|
|
.PHONY: test compile clean dialyzer bootstrap escript
|
|
|
|
-all: compile
|
|
+all: compile escript
|
|
|
|
compile:
|
|
@./rebar compile
|