svn commit: r488339 - head/www/unit-go

Sergey A. Osokin osa at FreeBSD.org
Tue Dec 25 20:03:36 UTC 2018


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


More information about the svn-ports-all mailing list