diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
commit | 021be14f65e3b732ae6982186bf54dbd69a69883 (patch) | |
tree | 549a2be83e3dcddc6f89b8dad7a2a0255a9fc86a /lang/sbcl | |
parent | - Add USES=libtool (diff) |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills)
Notes
Notes:
svn path=/head/; revision=360810
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 4bb502c1917c..15ad8d0c08d0 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -10,7 +10,7 @@ DISTFILES= \ ${PORTNAME}-${PORTVERSION}-source${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org -COMMENT= A Common Lisp development system derived from the CMU CL system +COMMENT= Common Lisp development system derived from the CMU CL system LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp |