diff options
author | martti <martti> | 2003-07-21 17:10:16 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 17:10:16 +0000 |
commit | 54c9ec195d4868564d9533cc27abcd9eec796fbb (patch) | |
tree | eff16ffd0410f46348a273a219d189bfbe330a41 /net/py-soaplib | |
parent | 5ce85e3ad29a323e39455f3a310bf0c9c6cf86d2 (diff) | |
download | pkgsrc-54c9ec195d4868564d9533cc27abcd9eec796fbb.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'net/py-soaplib')
-rw-r--r-- | net/py-soaplib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-soaplib/Makefile b/net/py-soaplib/Makefile index fb2e8ec3fc1..a6b5288b733 100644 --- a/net/py-soaplib/Makefile +++ b/net/py-soaplib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:51:43 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 17:11:12 martti Exp $ # DISTNAME= soaplib-0.8-20000621 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.pythonware.com/products/soap/index.htm -COMMENT= implementation of the SOAP 1.1 protocol +COMMENT= Implementation of the SOAP 1.1 protocol NO_BUILD= yes |