diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 03:08:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-30 03:08:59 +0800 |
commit | 89165c6db1d564678ef18059d7444209192877cd (patch) | |
tree | c37db3d33f479293449d789b134785e518838d5e /devel | |
parent | f7e8bcc50cf93f0a10681fc19bf130535b7fa6b0 (diff) | |
download | freebsd-ports-gnome-89165c6db1d564678ef18059d7444209192877cd.tar.gz freebsd-ports-gnome-89165c6db1d564678ef18059d7444209192877cd.tar.zst freebsd-ports-gnome-89165c6db1d564678ef18059d7444209192877cd.zip |
Update COMMENT: capitalize the leading character
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-astroid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 1d5c2672c5e1..d802c2a2856f 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= abstract syntax tree for Python with inference support +COMMENT= Abstract syntax tree for Python with inference support LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER |