diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-20 16:23:28 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-20 16:23:28 +0000 |
commit | 93fcba5be4e975fab805c28a06ddcb9cfcead873 (patch) | |
tree | 617ff19fe409da19e89b28107342d88b5bf0abcd | |
parent | Wrong COMMENT corrected. (diff) |
Wrong COMMENT
Should have been "Infer properties from accessor methods"
Notes
Notes:
svn path=/head/; revision=528789
-rw-r--r-- | devel/py-autoprop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-autoprop/Makefile b/devel/py-autoprop/Makefile index ccfe8a90a478..ad472e8246eb 100644 --- a/devel/py-autoprop/Makefile +++ b/devel/py-autoprop/Makefile @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= db@FreeBSD.org -COMMENT= Library for loading and using triangular meshes +COMMENT= Infer properties from accessor methods LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt |