diff options
author | sem <sem@FreeBSD.org> | 2006-05-07 20:31:44 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-07 20:31:44 +0800 |
commit | 064b1a285951eda779f51598b3ed78b52925b275 (patch) | |
tree | f925ab6d2e745506d1523d34424797fd73f49ef0 /benchmarks/raidtest | |
parent | 42a92d6edc0b8f28d9386e188ec4efd2b858c003 (diff) | |
download | freebsd-ports-gnome-064b1a285951eda779f51598b3ed78b52925b275.tar.gz freebsd-ports-gnome-064b1a285951eda779f51598b3ed78b52925b275.tar.zst freebsd-ports-gnome-064b1a285951eda779f51598b3ed78b52925b275.zip |
- Satisfy portlint
Approved by: maintainer
Diffstat (limited to 'benchmarks/raidtest')
-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 |