summaryrefslogtreecommitdiff
path: root/sysutils/docker-credential-pass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/docker-credential-pass/Makefile')
-rw-r--r--sysutils/docker-credential-pass/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/docker-credential-pass/Makefile b/sysutils/docker-credential-pass/Makefile
index 75d93395a3e6..b66d0706c6ad 100644
--- a/sysutils/docker-credential-pass/Makefile
+++ b/sysutils/docker-credential-pass/Makefile
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pass:sysutils/password-store
USES= go
GO_PKGNAME= github.com/docker/docker-credential-helpers
-GO_TARGET= ./pass/cmd
+GO_TARGET= ./pass/cmd:${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= docker
@@ -28,7 +28,4 @@ pre-build:
${LN} -s ${GO_WRKSRC}/pass/cmd/main_linux.go ${GO_WRKSRC}/pass/cmd/main_freebsd.go
${LN} -s ${GO_WRKSRC}/pass/pass_linux.go ${GO_WRKSRC}/pass/pass_freebsd.go
-do-install:
- ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/cmd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>