diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 7edec63da8d087916922eee3839d294038f11311 (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /comms/snooper | |
parent | cc45e6a9dee0ac7bfde650aa6d23bf5836da4aa6 (diff) | |
download | pkgsrc-7edec63da8d087916922eee3839d294038f11311.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index bbcec0d4772..5bc37999ce9 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/03/29 12:40:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2003/07/21 16:35:16 martti Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $ DISTNAME= snooper-19991202 @@ -7,7 +7,7 @@ CATEGORIES= comms MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ MAINTAINER= itojun@itojun.org -COMMENT= serial line protocol analyzer (need two serial interfaces) +COMMENT= Serial line protocol analyzer (need two serial interfaces) GNU_CONFIGURE= yes USE_BUILDLINK2= yes |