git: f6a966222009 - main - textproc/tinyxml2: Cosmetic change

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

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

commit f6a966222009581a2c5576688be20813b0387ebb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:06:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:17 +0000

    textproc/tinyxml2: Cosmetic change
---
 textproc/tinyxml2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile
index 58689a776b2e..68be8ed428ea 100644
--- a/textproc/tinyxml2/Makefile
+++ b/textproc/tinyxml2/Makefile
@@ -12,7 +12,6 @@ LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 USES=		cmake:insource compiler:c++11-lang cpe dos2unix pathfix
-CPE_VENDOR=	${PORTNAME}_project
 
 CMAKE_OFF=	BUILD_TESTS
 CMAKE_ON=	BUILD_SHARED_LIBS
@@ -23,6 +22,8 @@ PLIST_SUB=	PORTVERSION=${PORTVERSION}
 GH_ACCOUNT=	leethomason
 USE_GITHUB=	yes
 
+CPE_VENDOR=	tinyxml2_project
+
 OPTIONS_DEFINE=	EXAMPLES
 
 post-patch: