Date: Sat, 23 Mar 2024 14:58:17 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: 4a21e295da64 - main - devel/protobuf3: Remove unnecessary substitution Message-ID: <202403231458.42NEwHCd085119@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=4a21e295da64ada67c8a29e62a7a744a25f2dc6d commit 4a21e295da64ada67c8a29e62a7a744a25f2dc6d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:18:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:30:42 +0000 devel/protobuf3: Remove unnecessary substitution --- devel/protobuf3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/protobuf3/Makefile b/devel/protobuf3/Makefile index 711a18ffc00b..a8fb070c979c 100644 --- a/devel/protobuf3/Makefile +++ b/devel/protobuf3/Makefile @@ -32,7 +32,7 @@ USE_CXXSTD= c++11 USE_LDCONFIG= yes PLIST_SUB= PATCH_VERSION=${PORTVERSION:E} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/protobuf-${PORTVERSION} CPE_VENDOR= google
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231458.42NEwHCd085119>