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/rawio | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Diffstat (limited to 'benchmarks/rawio')
-rw-r--r-- | benchmarks/rawio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |