pkgsrc-WIP-changes archive

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

triforce-afl: Update Makefile with minor changes



Module Name:	pkgsrc-wip
Committed By:	akulpillai <vishnu%akulpillai.com@localhost>
Pushed By:	akulpillai
Date:		Thu May 30 19:05:58 2019 +0000
Changeset:	c0b33b6e0474a0d7eed60855e3486bd520ff4f19

Modified Files:
	triforce-afl/Makefile

Log Message:
triforce-afl: Update Makefile with minor changes

Remove unwanted includes and duplicates

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

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

diffstat:
 triforce-afl/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diffs:
diff --git a/triforce-afl/Makefile b/triforce-afl/Makefile
index b68a37998e..5dbd8f014f 100644
--- a/triforce-afl/Makefile
+++ b/triforce-afl/Makefile
@@ -4,7 +4,6 @@ DISTNAME=	TriforceAFL
 PKGNAME=	TriforceAFL-0.0
 CATEGORIES=	emulators
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nccgroup/}
-
 GITHUB_TAG=	2a8ed329233a921044c903222fc3aa029ef68c69
 
 MAINTAINER=	vishnu%akulpillai.com@localhost
@@ -12,12 +11,10 @@ HOMEPAGE=	https://github.com/nccgroup/TriforceAFL/
 COMMENT=	AFL/QEMU fuzzing with full-system emulation
 LICENSE=	apache-2.0
 
-EXTRACT_USING=	gtar
 WRKSRC=		${WRKDIR}/TriforceAFL-${GITHUB_TAG}
 
-USE_TOOLS=	bison gmake pkg-config makeinfo perl:build pkg-config
+USE_TOOLS=	bison gmake pkg-config makeinfo perl:build
 
-.include "../../lang/python/pyversion.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index