diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
commit | d5fda8cb2c24981e11e8e1fe4487789e108b5b34 (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /databases/py-dbutils | |
parent | b68da0a0cc2261f94219d2be1d96b8f6ed1d53b9 (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301510
Diffstat (limited to 'databases/py-dbutils')
-rw-r--r-- | databases/py-dbutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-dbutils/Makefile b/databases/py-dbutils/Makefile index f51820d3a6c9..32eba1ceb450 100644 --- a/databases/py-dbutils/Makefile +++ b/databases/py-dbutils/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= DBUtils-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Providing solid, persistent and pooled connections to a database +COMMENT= Providing solid, persistent, and pooled connections to a database USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install |