diff options
author | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
commit | b1c865fef3388507fea529eee1e52c5983368769 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/cl-md5 | |
parent | 4fce267358e6d5570fcfb9b112a11507449a2f80 (diff) | |
download | freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.gz freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.tar.zst freebsd-ports-gnome-b1c865fef3388507fea529eee1e52c5983368769.zip |
- Remove A/An in COMMENT
- Trim Header where applicable
Diffstat (limited to 'security/cl-md5')
-rw-r--r-- | security/cl-md5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cl-md5/Makefile b/security/cl-md5/Makefile index 836edf019220..164505edac5b 100644 --- a/security/cl-md5/Makefile +++ b/security/cl-md5/Makefile @@ -9,7 +9,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig PKGNAMEPREFIX= cl- MAINTAINER= olgeni@FreeBSD.org -COMMENT= A native MD5 implementation in Common Lisp +COMMENT= Native MD5 implementation in Common Lisp WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION} NO_BUILD= yes |