diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-12-25 20:03:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-12-25 20:03:34 +0000 |
commit | c8380769ee43f5bbe393dbed1364bab5686bd470 (patch) | |
tree | 8aa48760d3131c3620c2ed298ba1725c3313ef20 | |
parent | editors/codelite: Update the port to the latest version (12.0) (diff) |
Fix a build of the unit's go module.
Notes
Notes:
svn path=/head/; revision=488339
-rw-r--r-- | www/unit-go/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/unit-go/Makefile b/www/unit-go/Makefile index 8fca9d7955d2..e003282ea677 100644 --- a/www/unit-go/Makefile +++ b/www/unit-go/Makefile @@ -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 |