pkgsrc-WIP-changes archive

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

[et] simplify WRKSRC assignment



Module Name:	pkgsrc-wip
Committed By:	KFL <kludev%gmail.com@localhost>
Pushed By:	klu
Date:		Mon Feb 14 09:42:42 2022 -0800
Changeset:	5406924aaf0d8f1b241d4433419ec1d3b4a8f246

Modified Files:
	et/Makefile

Log Message:
[et] simplify WRKSRC assignment

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

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

diffstat:
 et/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/et/Makefile b/et/Makefile
index ac55a8ac12..fa24f9e25f 100644
--- a/et/Makefile
+++ b/et/Makefile
@@ -13,7 +13,7 @@ HOMEPAGE=	https://github.com/MisterTea/EternalTerminal/
 COMMENT=	Remote shell to automatically reconnect
 LICENSE=	apache-2.0
 
-WRKSRC=		${WRKDIR}/EternalTerminal-et-v6.1.11
+WRKSRC=		${WRKDIR}/EternalTerminal-${GITHUB_TAG}
 USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 USE_LANGUAGES=	c c++


Home | Main Index | Thread Index | Old Index