Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2018 20:03:35 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488339 - head/www/unit-go
Message-ID:  <201812252003.wBPK3ZuD047962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Dec 25 20:03:34 2018
New Revision: 488339
URL: https://svnweb.freebsd.org/changeset/ports/488339

Log:
  Fix a build of the unit's go module.

Modified:
  head/www/unit-go/Makefile

Modified: head/www/unit-go/Makefile
==============================================================================
--- head/www/unit-go/Makefile	Tue Dec 25 19:46:51 2018	(r488338)
+++ head/www/unit-go/Makefile	Tue Dec 25 20:03:34 2018	(r488339)
@@ -25,7 +25,7 @@ post-configure:
 	cd ${WRKSRC} && ${SETENV} ${GO_ENV} ./configure go --go-path=${WRKDIR}
 
 pre-build:
-	cd ${WRKSRC} && ${MAKE} go-install
+	cd ${WRKSRC} && ${MAKE} && ${MAKE} go-install
 
 post-install:
 	@true # override master's



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812252003.wBPK3ZuD047962>