git: cc9df9c0c304 - main - www/py-waitress: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:03:26 UTC
The branch main has been updated by sunpoet:

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

commit cc9df9c0c3047cc19d1346b61b8c1e6afbb180e6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:10:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:41 +0000

    www/py-waitress: Cosmetic change
---
 www/py-waitress/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile
index 97d872d3e3ba..bc92a4b84923 100644
--- a/www/py-waitress/Makefile
+++ b/www/py-waitress/Makefile
@@ -13,9 +13,10 @@ LICENSE=	ZPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cpe python:3.6+
-CPE_VENDOR=	agendaless
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	agendaless
+
 .include <bsd.port.mk>