diff options
-rw-r--r-- | benchmarks/bonnie/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/tcpblast/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 4503d28114d4..4221149455e0 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -9,8 +9,8 @@ PORTNAME= bonnie PORTVERSION= 1.0 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.sunet.se/pub/benchmark/Bonnie/ -EXTRACT_SUFX= .tar.Z DISTNAME= Bonnie +EXTRACT_SUFX= .tar.Z MAINTAINER= se@FreeBSD.org diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index f5bc2e2f17d6..530d6d5b9464 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -4,15 +4,15 @@ # # $FreeBSD$ # +# port's source files are in src dir in portball PORTNAME= tcpblast PORTVERSION= 1.0 CATEGORIES= benchmarks net -DISTFILES= # empty +DISTFILES= # none MAINTAINER= ports@FreeBSD.org -NO_CHECKSUM= "port's source files are part of this portball" WRKSRC= ${WRKDIR}/src do-extract: |