diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 17:01:11 +0000 |
commit | 1ba8eec232339f41532102e177c862420e0a0541 (patch) | |
tree | aad0f0f3d1eeee19ab9cf6145dbeefd3c66235e0 /misc/cuecat | |
parent | e24fd045f99cea9e93e1bcd4b5a5ee77defb5aa6 (diff) | |
download | pkgsrc-1ba8eec232339f41532102e177c862420e0a0541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index 3b9e8cc47be..cad08fd4937 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:48:52 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 17:01:14 martti Exp $ # DISTNAME= cuecat-0.2.1 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://opensource.lineo.com/drivers/ \ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://opensource.lineo.com/cuecat/cuecat_driver/ -COMMENT= read and parse barcodes from your CueCat barcode reader +COMMENT= Read and parse barcodes from your CueCat barcode reader NO_SOURCE_ON_FTP= Hardware manufacturer claims intellectual property infringement. NO_SOURCE_ON_CDROM= ${NO_SOURCE_ON_FTP} |