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/mtail | |
parent | e24fd045f99cea9e93e1bcd4b5a5ee77defb5aa6 (diff) | |
download | pkgsrc-1ba8eec232339f41532102e177c862420e0a0541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/mtail')
-rw-r--r-- | misc/mtail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index c1eeba233f3..2fd53f02e34 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:49:31 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/21 17:01:18 martti Exp $ # DISTNAME= mtail-1.0.0 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://matt.immute.net/src/mtail/ -COMMENT= small tail workalike that performs output coloring +COMMENT= Small tail workalike that performs output coloring NO_BUILD= yes |