diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:04:01 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-21 17:04:01 +0000 |
commit | 1f23a6514f26ec77317be76cba4e3528fc8b5ad0 (patch) | |
tree | a4920bd2b3a989419d06cd5757e1ab3b4f752746 | |
parent | d71c9ebde2b6e326215c5802a79fc62f019e7ffc (diff) |
devel/py-jellyfish: Cosmetic change
-rw-r--r-- | devel/py-jellyfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile index 9d30c67634c4..447150a1dea5 100644 --- a/devel/py-jellyfish/Makefile +++ b/devel/py-jellyfish/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= jellyfish-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for doing approximate and phonetic matching of strings |