git: 26c9b52a0220 - main - devel/py-protobuf: Cosmetic change

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

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

commit 26c9b52a0220f87661c67c97a8dce5915a9f026c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:07:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:28 +0000

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

diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 31b457db9db1..6a3f8fe9055e 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -16,9 +16,10 @@ BUILD_DEPENDS=	protoc:devel/protobuf
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
 
 USES=		cpe python:3.6+
-CPE_VENDOR=	google
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	google
+
 .include <bsd.port.mk>