diff options
author | krion <krion@FreeBSD.org> | 2003-12-11 14:46:30 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-11 14:46:30 +0000 |
commit | 530c375b44eba83735e9dc0ac081a8ab1ff25284 (patch) | |
tree | 299c03234570c540e632a253ae51b30207c84209 /security | |
parent | 34ba364204064d41b99e86abd28f923e76716112 (diff) | |
download | FreeBSD-ports-530c375b44eba83735e9dc0ac081a8ab1ff25284.zip FreeBSD-ports-530c375b44eba83735e9dc0ac081a8ab1ff25284.tar.gz |
- Fix COMMENT format
PR: 60148
Submitted by: Ports Fury
Diffstat (limited to 'security')
-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 d3983be..cce3317 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 |