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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/cl-meta-clisp/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta-sbcl/Makefile | 2 | ||||
-rw-r--r-- | textproc/cl-meta/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/cl-meta-clisp/Makefile b/textproc/cl-meta-clisp/Makefile index 4b30065d47c5..61614612f11f 100644 --- a/textproc/cl-meta-clisp/Makefile +++ b/textproc/cl-meta-clisp/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org -COMMENT= A parser generator for Common Lisp +COMMENT= Parser generator for Common Lisp DEPRECATED= Depends on deprecated lang/clisp EXPIRATION_DATE= 2014-07-28 diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 81d344e905aa..f0ecdb65581e 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -10,7 +10,7 @@ PKGNAMEPREFIX= cl- DISTFILES= # none MAINTAINER= olgeni@FreeBSD.org -COMMENT= A parser generator for Common Lisp +COMMENT= Parser generator for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/meta/meta.asd:${PORTSDIR}/textproc/cl-meta diff --git a/textproc/cl-meta/Makefile b/textproc/cl-meta/Makefile index 955a4ee84beb..dc24c551adcf 100644 --- a/textproc/cl-meta/Makefile +++ b/textproc/cl-meta/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= cl- DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org -COMMENT= A parser generator for Common Lisp +COMMENT= Parser generator for Common Lisp WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |