From affe8723e46c5a5b43d6038e3330aa9217eba9d9 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 30 Jun 2015 20:35:28 +0000 Subject: Call rebar directly in do-build target. --- textproc/erlang-edown/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'textproc/erlang-edown') diff --git a/textproc/erlang-edown/Makefile b/textproc/erlang-edown/Makefile index 2376f5134ad1..e1b6c03f7c30 100644 --- a/textproc/erlang-edown/Makefile +++ b/textproc/erlang-edown/Makefile @@ -19,6 +19,9 @@ GH_ACCOUNT= uwiger post-patch: @${REINPLACE_CMD} -e 's/{vsn, git}/{vsn,"${PORTVERSION}"}/' ${WRKSRC}/src/*.app.src +do-build: + @cd ${WRKSRC} && ./rebar compile + do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} -- cgit v1.2.3