git: 84f26165e79e - main - devel/py-pyTooling: Spell PKGNAMEPREFIX correctly

From: Tobias Kortkamp <tobik_at_FreeBSD.org>
Date: Fri, 30 Jun 2023 11:43:12 UTC
The branch main has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=84f26165e79e2734b1748c2ea09509e81cdb8e42

commit 84f26165e79e2734b1748c2ea09509e81cdb8e42
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2023-06-30 09:39:19 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2023-06-30 11:40:18 +0000

    devel/py-pyTooling: Spell PKGNAMEPREFIX correctly
    
    Reported by:    portfmt scan
---
 devel/py-pyTooling/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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