pkgsrc-WIP-changes archive

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

Fix tintin++ Makefile



Module Name:	pkgsrc-wip
Committed By:	KFL <kludev%gmail.com@localhost>
Pushed By:	klu
Date:		Fri Aug 19 15:36:07 2022 -0700
Changeset:	f4ee8f05ca07be36d7ad34ccc733f5366dd423fd

Modified Files:
	tintin++/Makefile

Log Message:
Fix tintin++ Makefile

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

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

diffstat:
 tintin++/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/tintin++/Makefile b/tintin++/Makefile
index 5841230c1e..6ecc1453aa 100644
--- a/tintin++/Makefile
+++ b/tintin++/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	tintin
 DISTNAME=	tintin-2.02.20
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=scandum/}
-GITHUB_RELEASE=	2.02.20
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
 
 MAINTAINER=	kludev%gmail.com@localhost
 HOMEPAGE=	https://github.com/scandum/tintin/
@@ -12,7 +11,6 @@ COMMENT=	Free Mud client for Android, iOS, Linux, Mac OS X and Windows
 LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/tt/src
-HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	yes
 
 .include "../../devel/pcre/buildlink3.mk"


Home | Main Index | Thread Index | Old Index