diff options
Diffstat (limited to 'editors/micro/Makefile')
-rw-r--r-- | editors/micro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/micro/Makefile b/editors/micro/Makefile index 6c8a9a7fd183..e839fa38ead7 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -48,6 +48,8 @@ BUILD_DATE= August 9, 2018 PLIST_FILES= bin/micro PORTDOCS= README.md +OPTIONS_DEFINE= DOCS + do-build: @(cd ${WRKSRC} ; \ ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} go build -ldflags \ |