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/bbweather | |
parent | e24fd045f99cea9e93e1bcd4b5a5ee77defb5aa6 (diff) | |
download | pkgsrc-1ba8eec232339f41532102e177c862420e0a0541.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'misc/bbweather')
-rw-r--r-- | misc/bbweather/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index 15303d01cca..b293e965734 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:48:43 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 17:01:11 martti Exp $ # DISTNAME= bbweather-0.6 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.netmeister.org/apps/bbweather/ -COMMENT= show current weather conditions +COMMENT= Show current weather conditions DEPENDS+= wget>=1.7:../../net/wget |