diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-08-22 01:04:18 +0800 |
commit | fbbd17024d5367f99e557be8b34785650ebdfde3 (patch) | |
tree | f6795818d180c4894b05492bfde45ae7eda6cf3d | |
parent | devel/py-vulture: Update to 2.8 (diff) |
devel/py-watchfiles: Cosmetic change
-rw-r--r-- | devel/py-watchfiles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile index 6c176ff90d84..93751175d1ae 100644 --- a/devel/py-watchfiles/Makefile +++ b/devel/py-watchfiles/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= watchfiles-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple, modern and high performance file watching and code reload in python |