diff options
author | martti <martti> | 2003-07-21 17:01:11 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:01:11 +0000 |
commit | 573acdc3ceb50483b97733f0e66c9b245db23115 (patch) | |
tree | aad0f0f3d1eeee19ab9cf6145dbeefd3c66235e0 /misc/less | |
parent | 9387ae3206bd785f557cf3d6214cd59a58493bb7 (diff) | |
download | pkgsrc-573acdc3ceb50483b97733f0e66c9b245db23115.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 7e1d900116b..dd126d872ee 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:49:24 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/21 17:01:16 martti Exp $ # DISTNAME= less-381 @@ -9,7 +9,7 @@ MASTER_SITES= http://www.greenwoodsoftware.com/less/ \ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.greenwoodsoftware.com/less/ -COMMENT= pager similar to more and pg +COMMENT= Pager similar to more and pg GNU_CONFIGURE= yes USE_BUILDLINK2= yes |