diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-07 12:31:44 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-05-07 12:31:44 +0000 |
commit | eb8b1d879768560a7ad57d66337fdc37f95b8f47 (patch) | |
tree | 7f1592b3ceeb2b3e849995b6d91391c39fa78ae3 /benchmarks | |
parent | 7a125423a84eb1234ecbecb7ae2bcad6321c8dc5 (diff) | |
download | ports-eb8b1d879768560a7ad57d66337fdc37f95b8f47.tar.gz ports-eb8b1d879768560a7ad57d66337fdc37f95b8f47.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/raidtest/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/raidtest/Makefile b/benchmarks/raidtest/Makefile index 45e9e0e706d8..e6b3c0bd7041 100644 --- a/benchmarks/raidtest/Makefile +++ b/benchmarks/raidtest/Makefile @@ -9,6 +9,8 @@ PORTNAME= raidtest PORTVERSION= 1.0 CATEGORIES= benchmarks +MASTER_SITES= # none +DISTFILES= # none MAINTAINER= pjd@FreeBSD.org COMMENT= Test performance of storage devices @@ -16,7 +18,7 @@ COMMENT= Test performance of storage devices .include <bsd.port.pre.mk> .if ${OSVERSION} < 501000 -IGNORE= "supports only FreeBSD 5.1 and above" +IGNORE= supports only FreeBSD 5.1 and above .endif NO_WRKSUBDIR= yes |