diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /benchmarks | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz |
Style nits in the ports I maintain.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone21/Makefile | 9 | ||||
-rw-r--r-- | benchmarks/postmark/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/rawio/Makefile | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index d39329e..6c57291 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -1,7 +1,8 @@ -# New ports collection makefile for: iozone -# Version required: 2.01 -# Date created: 26 September 1994 -# Whom: jmz +# ex:ts=8 +# Ports collection makefile for: iozone +# Version required: 2.01 +# Date created: 26 September 1994 +# Whom: jmz # # $FreeBSD$ # diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 2d827b0..ba2ffa2 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: postmark -# Version required: 1.11 +# Version required: 1.11 # Date created: Sat Sep 18, 1999 # Whom: David O'Brien (obrien@NUXI.com) # @@ -14,7 +14,7 @@ MASTER_SITES= http://www.netapp.com/ftp/ \ http://www.taronga.com/~nick/files/ EXTRACT_SUFX= .c -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes diff --git a/benchmarks/rawio/Makefile b/benchmarks/rawio/Makefile index b8142a0..55a76da 100644 --- a/benchmarks/rawio/Makefile +++ b/benchmarks/rawio/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: Rawio -# Version required: 1.0 +# Version required: 1.0 # Date created: Sun Aug 08, 1999 # Whom: David O'Brien (obrien@NUXI.com) # @@ -11,7 +11,7 @@ DISTNAME= rawio-1.1 CATEGORIES= benchmarks MASTER_SITES= ftp://ftp.lemis.com/pub/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes MAN1= rawio.1 |