diff options
author | martti <martti> | 2003-07-21 17:24:16 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:24:16 +0000 |
commit | 1f2c18f3ece9c1206affa3967c00c459a2bb0260 (patch) | |
tree | 59c68b654e7a98a8674b41b149f1c30b8ec94db4 /sysutils/isapnptools/Makefile | |
parent | 8e609cac2d35dde8ea2094f8bb791d535b87aafe (diff) | |
download | pkgsrc-1f2c18f3ece9c1206affa3967c00c459a2bb0260.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'sysutils/isapnptools/Makefile')
-rw-r--r-- | sysutils/isapnptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/isapnptools/Makefile b/sysutils/isapnptools/Makefile index 091eb126674..258fa3df830 100644 --- a/sysutils/isapnptools/Makefile +++ b/sysutils/isapnptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:37 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 17:24:16 martti Exp $ # DISTNAME= isapnptools-1.26 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.roestock.demon.co.uk -COMMENT= manually query and configure isapnp devices +COMMENT= Manually query and configure isapnp devices ONLY_FOR_PLATFORM= NetBSD-*-i386 |