diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 11:39:19 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2023-06-30 13:40:18 +0200 |
commit | 84f26165e79e2734b1748c2ea09509e81cdb8e42 (patch) | |
tree | 3f4b078dbbdfe5cfde3f90fd706c01c270929c4a | |
parent | 3ac19217fc5ed7d297861811e5094f7647b88058 (diff) | |
download | freebsd-ports-84f26165e79e2734b1748c2ea09509e81cdb8e42.zip |
devel/py-pyTooling: Spell PKGNAMEPREFIX correctly
Reported by: portfmt scan
-rw-r--r-- | devel/py-pyTooling/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pyTooling/Makefile b/devel/py-pyTooling/Makefile index ef3411ee016b..dbf567d4ebdc 100644 --- a/devel/py-pyTooling/Makefile +++ b/devel/py-pyTooling/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 4.0.1 PORTREVISION= 1 CATEGORIES= devel #MASTER_SITES= PYPI # requirements.txt is missing -eKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of arbitrary classes, decorators, meta-classes, exceptions |