diff options
-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 |