svn commit: r390938 - head/devel/rebar3

Jimmy Olgeni olgeni at FreeBSD.org
Mon Jun 29 20:44:15 UTC 2015


Author: olgeni
Date: Mon Jun 29 20:44:14 2015
New Revision: 390938
URL: https://svnweb.freebsd.org/changeset/ports/390938

Log:
  Removal of rebar.lock belongs to do-build target (for clarity - it
  must be repeated for every compile/escriptize step).

Modified:
  head/devel/rebar3/Makefile

Modified: head/devel/rebar3/Makefile
==============================================================================
--- head/devel/rebar3/Makefile	Mon Jun 29 20:42:29 2015	(r390937)
+++ head/devel/rebar3/Makefile	Mon Jun 29 20:44:14 2015	(r390938)
@@ -31,9 +31,9 @@ ZSH_PLIST_FILES=	share/zsh/site-function
 
 post-extract:
 	@${CP} -R ${WRKDIR}/_build ${WRKSRC}/
-	@${RM} ${WRKSRC}/rebar.lock
 
 do-build:
+	@${RM} ${WRKSRC}/rebar.lock
 	@cd ${WRKSRC} && ./bootstrap
 
 do-install:


More information about the svn-ports-all mailing list