forked from Lainports/freebsd-ports
- Simplify RUN_DEPENDS. - Add support for DOCS and EXAMPLES. - Use pkg-plist for the docs (remove PORTDOCS). - Use PORTNAME in install code. - Update dependency on www/mochiweb-basho 2.9.0p1 (r385908).
11 lines
181 B
Text
11 lines
181 B
Text
--- Makefile.orig 2015-05-07 14:58:47 UTC
|
|
+++ Makefile
|
|
@@ -11,7 +11,7 @@ all: deps compile
|
|
compile: deps
|
|
./rebar compile
|
|
|
|
-deps: DEV_MODE
|
|
+deps:
|
|
@(./rebar get-deps)
|
|
|
|
clean:
|