diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-06-08 21:14:42 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-06-08 21:14:42 +0800 |
commit | 84221d188b7958c0164cf5bb80bf7f2d715e10f7 (patch) | |
tree | 0ed750d4ecf8e05f09474128520f74a948fc8d1d /security/cl-md5-sbcl | |
parent | a8bdd410caa02066b8cdd08c78517e2e6b32c0ed (diff) | |
download | freebsd-ports-gnome-84221d188b7958c0164cf5bb80bf7f2d715e10f7.tar.gz freebsd-ports-gnome-84221d188b7958c0164cf5bb80bf7f2d715e10f7.tar.zst freebsd-ports-gnome-84221d188b7958c0164cf5bb80bf7f2d715e10f7.zip |
Remove indefinite articles from COMMENT where I'm maintainer.
Diffstat (limited to 'security/cl-md5-sbcl')
-rw-r--r-- | security/cl-md5-sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index 36c0c8a906c9..a08a336f9d40 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org -COMMENT= A native MD5 implementation in Common Lisp +COMMENT= Native MD5 implementation in Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/md5/md5.asd:${PORTSDIR}/security/cl-md5 |