pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tektoncd-cli: simplify Makefile
Module Name: pkgsrc-wip
Committed By: Maya Rashish <maya%NetBSD.org@localhost>
Pushed By: coypu
Date: Mon Sep 2 15:26:04 2024 +0000
Changeset: f2712783c9e9180a0706802cf4a6eba5286634ac
Modified Files:
tektoncd-cli/Makefile
Log Message:
tektoncd-cli: simplify Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f2712783c9e9180a0706802cf4a6eba5286634ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tektoncd-cli/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diffs:
diff --git a/tektoncd-cli/Makefile b/tektoncd-cli/Makefile
index 70373b5142..1af82f1c72 100644
--- a/tektoncd-cli/Makefile
+++ b/tektoncd-cli/Makefile
@@ -20,8 +20,7 @@ GO_VERSION_REQD+= 122
WRKSRC= ${WRKDIR}/${DISTNAME}
-do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/tkn ${DESTDIR}${PREFIX}/bin/tkn
+GO_BUILD_PATTERN= ./cmd/tkn
.include "go-modules.mk"
Home |
Main Index |
Thread Index |
Old Index