diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-11 14:46:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-11 14:46:30 +0000 |
commit | 557e116ab636cf71f0f7ab84091d8a91b6b74daa (patch) | |
tree | dd1109159598975e6b9281a390c3de78203e9915 /security/py-fchksum | |
parent | 08c9da0af912b3958301daeccb8991db9a74d172 (diff) | |
download | ports-557e116ab636cf71f0f7ab84091d8a91b6b74daa.tar.gz ports-557e116ab636cf71f0f7ab84091d8a91b6b74daa.zip |
- Fix COMMENT format
PR: 60148
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=95610
Diffstat (limited to 'security/py-fchksum')
-rw-r--r-- | security/py-fchksum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index d3983be90905..cce3317bd3ec 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= find the checksum of files +COMMENT= Python module to find the checksum of files USE_PYTHON= yes USE_PYDISTUTILS= yes |