diff options
author | martti <martti> | 2003-07-22 04:14:17 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-22 04:14:17 +0000 |
commit | 9801344e3cc4457c38b67b31367548bfc06471bc (patch) | |
tree | ab6f5bf65ffd04ba247f35fbf5379469d52768e0 /www/py-curl | |
parent | 18ed200ef461dcabef967f6fe58e6af7af613332 (diff) | |
download | pkgsrc-9801344e3cc4457c38b67b31367548bfc06471bc.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'www/py-curl')
-rw-r--r-- | www/py-curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-curl/Makefile b/www/py-curl/Makefile index 0c9fa7e87ca..5f618aac724 100644 --- a/www/py-curl/Makefile +++ b/www/py-curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:56:00 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/22 04:14:35 martti Exp $ DISTNAME= pycurl-7.10.1 PKGREVISION= 1 @@ -8,7 +8,7 @@ MASTER_SITES= http://pycurl.sourceforge.net/download/ MAINTAINER= shell@NetBSD.org HOMEPAGE= http://pycurl.sf.net/ -COMMENT= python module interface to the cURL library +COMMENT= Python module interface to the cURL library PYDISTUTILSPKG= # defined PYBINMODULE= # defined |