diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /benchmarks | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
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 d39329eb56e0..6c572914f36a 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 2d827b04960c..ba2ffa2a6ed9 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 b8142a0c1c72..55a76da73853 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 |