git: 4a21e295da64 - main - devel/protobuf3: Remove unnecessary substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 14:58:17 UTC
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