diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-16 21:08:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-16 21:08:02 +0000 |
commit | 970f1894e11d1451803e1f932479d814b46e8157 (patch) | |
tree | 82675a7ceeab33a14d2278225385b83086f35805 /benchmarks | |
parent | 15e6fd0ca3d741f9bfc0ef10e3aca6dcdc483742 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-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: |