diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-07 01:30:56 +0300 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2022-04-07 01:38:34 +0300 |
commit | 341a002f35972d31f9e6857c7e7cf3094e1c637e (patch) | |
tree | 4d1f02a3784ddbd4ea16dce17dacd01d6ab39f0d /devel | |
parent | devel/py-pytest-{pep8,translations}: switch to pytest4 (diff) |
devel/py-pytest4-cov: whitespace fix
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pytest4-cov/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pytest4-cov/Makefile b/devel/py-pytest4-cov/Makefile index 0091afe40e7c..16f1960e9100 100644 --- a/devel/py-pytest4-cov/Makefile +++ b/devel/py-pytest4-cov/Makefile @@ -3,7 +3,7 @@ PORTVERSION= 2.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} +DISTNAME= ${PORTNAME:C/4//}-${PORTVERSION} MAINTAINER= dbaio@FreeBSD.org COMMENT= Pytest plugin for measuring coverage (legacy version for pytest 4) |