diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:24:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:24:16 +0000 |
commit | 86c6e000bc2764b5e2e3e891bd4c51cc91194944 (patch) | |
tree | 59c68b654e7a98a8674b41b149f1c30b8ec94db4 /sysutils/memtest86 | |
parent | 72fe278a6229da2c90b3acaf7f31a1f2b52ccbda (diff) | |
download | pkgsrc-86c6e000bc2764b5e2e3e891bd4c51cc91194944.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/memtest86')
-rw-r--r-- | sysutils/memtest86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/memtest86/Makefile b/sysutils/memtest86/Makefile index 23fc8f6f726..24d83ad57ba 100644 --- a/sysutils/memtest86/Makefile +++ b/sysutils/memtest86/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/19 08:54:33 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 17:24:20 martti Exp $ # DISTNAME= memtest86-2.9 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.memtest86.com/ MAINTAINER= collver1@comcast.net HOMEPAGE= http://www.memtest86.com/ -COMMENT= thorough, stand alone memory test for x86 arch +COMMENT= Thorough, stand alone memory test for x86 arch ONLY_FOR_PLATFORM= NetBSD-*-i386 |