diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:35:12 +0000 |
commit | e69ab8c36548981938b2660bd19e390b45d3e84f (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /devel/py-unitgui | |
parent | ff0278ea308c686207e2b1053f9dea6e7b3f8bf9 (diff) | |
download | pkgsrc-e69ab8c36548981938b2660bd19e390b45d3e84f.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'devel/py-unitgui')
-rw-r--r-- | devel/py-unitgui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unitgui/Makefile b/devel/py-unitgui/Makefile index c662b32ff83..a98eb9ae553 100644 --- a/devel/py-unitgui/Makefile +++ b/devel/py-unitgui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/24 21:08:52 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:46 martti Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/} MAINTAINER= shell@shellhung.org HOMEPAGE= http://pyunit.sourceforge.net/ -COMMENT= unit testing framework for python tk +COMMENT= Unit testing framework for python tk PYDISTUTILSPKG= # defined USE_BUILDLINK2= yes |