diff options
author | dvl <dvl@FreeBSD.org> | 2019-09-13 05:22:06 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2019-09-13 05:22:06 +0800 |
commit | c10bc933f67f25db46c143fea575e1ae0fe39fdb (patch) | |
tree | fcc32e65d09d296fa06acb0567059dbd4c48c407 /devel/py-pymisp | |
parent | 88270d9c5c6b02c6e7ae2a22896e456a65eebfca (diff) | |
download | freebsd-ports-gnome-c10bc933f67f25db46c143fea575e1ae0fe39fdb.tar.gz freebsd-ports-gnome-c10bc933f67f25db46c143fea575e1ae0fe39fdb.tar.zst freebsd-ports-gnome-c10bc933f67f25db46c143fea575e1ae0fe39fdb.zip |
Remove 'PyMISP is a' from the start of COMMENT
re: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-comment.html
Reported by: koobs - the god of ports
Diffstat (limited to 'devel/py-pymisp')
-rw-r--r-- | devel/py-pymisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pymisp/Makefile b/devel/py-pymisp/Makefile index fa0216641cbd..e805a0970de4 100644 --- a/devel/py-pymisp/Makefile +++ b/devel/py-pymisp/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com -COMMENT= PyMISP is a Python library to access MISP platforms via their REST API +COMMENT= Python library to access MISP platforms via their REST API LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE |