Index: sysutils/doctl/Makefile =================================================================== --- sysutils/doctl/Makefile (revision 509723) +++ sysutils/doctl/Makefile (working copy) @@ -11,12 +11,11 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= digitalocean -GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -GO_TARGET= ${GO_PKGNAME}/cmd/${PORTNAME} +GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/doctl