pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lazygit: Remove not needed GO_BUILD_PATTERN



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Jul 6 17:55:00 2021 +0200
Changeset:	7b73094a7f3fac77080529e8a3399b0158916dd5

Modified Files:
	lazygit/Makefile

Log Message:
lazygit: Remove not needed GO_BUILD_PATTERN

The default of `...' is now fine.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7b73094a7f3fac77080529e8a3399b0158916dd5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lazygit/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/lazygit/Makefile b/lazygit/Makefile
index cad879769f..f71d674822 100644
--- a/lazygit/Makefile
+++ b/lazygit/Makefile
@@ -10,8 +10,6 @@ HOMEPAGE=		https://github.com/jesseduffield/lazygit/
 COMMENT=		Simple terminal UI for git commands
 LICENSE=		mit
 
-GO_BUILD_PATTERN=	github.com/jesseduffield/lazygit
-
 INSTALLATION_DIRS+=	bin
 
 do-install:


Home | Main Index | Thread Index | Old Index