diff options
author | edwin <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7 (patch) | |
tree | 913484e87ae07c5bc57ba599fbdb6a2db47c00f5 /devel/bunny | |
parent | 03e401cf11fa9c26ab4cfd1c3eca67403879d771 (diff) | |
download | FreeBSD-ports-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.zip FreeBSD-ports-d8ed1b11a1e15b01a8c4a8fc120f8e8d4c94aea7.tar.gz |
Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.
PR: ports/121453 (related)
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: pav@
Diffstat (limited to 'devel/bunny')
-rw-r--r-- | devel/bunny/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 9bfec2a..d23251b 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -8,7 +8,7 @@ PORTNAME= bunny PORTVERSION= 0.92 CATEGORIES= devel -MASTER_SITES= http://bunny-the-fuzzer.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ EXTRACT_SUFX= .tgz @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Closed loop, high-performance, general purpose protocol-blind fuzzer +PROJECTHOST= bunny-the-fuzzer WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README |