pkgsrc-WIP-changes archive

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

honggfuzz-git: Transform to git distribution



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 5 03:57:34 2018 +0200
Changeset:	ecd394057bbf84296a8bcb17455f14fa4189e61c

Modified Files:
	honggfuzz-git/Makefile

Log Message:
honggfuzz-git: Transform to git distribution

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

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

diffstat:
 honggfuzz-git/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/honggfuzz-git/Makefile b/honggfuzz-git/Makefile
index 237bfcecde..cc94f2cab0 100644
--- a/honggfuzz-git/Makefile
+++ b/honggfuzz-git/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	honggfuzz-1.6
+PKGNAME=	honggfuzz-1.6
 CATEGORIES=	devel
 
 GIT_REPOSITORIES=	honggfuzz
@@ -11,7 +11,10 @@ HOMEPAGE=	https://github.com/google/honggfuzz/
 COMMENT=	Security oriented fuzzer based on code coverage
 LICENSE=	apache-2.0
 
+WRKSRC=		${WRKDIR}/honggfuzz
+
 USE_TOOLS+=	bash:run gmake
 
+.include "../../wip/mk/git-package.mk"
 .include "../../lang/libBlocksRuntime/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index