summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-13 11:23:00 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-07-13 11:23:00 +0000
commita8c45ec5691a693e6912f3d7215380a5a9438e20 (patch)
treebef4f0e792a3a83f5759b38c4af5f0a6d6cbe002 /security
parent* Fix build of science/py-scipy when math/suitesparse is installed, by (diff)
- Fix typo in COMMENT
Notes
Notes: svn path=/head/; revision=237680
Diffstat (limited to 'security')
-rw-r--r--security/py-hashlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-hashlib/Makefile b/security/py-hashlib/Makefile
index 45199d98bfdd..92fa5c721892 100644
--- a/security/py-hashlib/Makefile
+++ b/security/py-hashlib/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://code.krypto.org/python/hashlib/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
-COMMENT= Backport of Python 2,5's haslib module
+COMMENT= Backport of Python 2.5's haslib module
USE_PYTHON= yes
USE_OPENSSL= yes