Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:01:45 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f6a966222009 - main - textproc/tinyxml2: Cosmetic change
Message-ID:  <202110251601.19PG1jJk074183@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251601.19PG1jJk074183>