diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 22:20:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 22:20:35 +0000 |
commit | 7f46b68a572d584614dc51319837a73f6fc65eb4 (patch) | |
tree | eac2059ea056a305ebd9b5714e7f1c2ae10f10cd | |
parent | fe2b49ef68e79e838542aa1e128b022fdf8f0a96 (diff) |
devel/grpc: Cosmetic change
-rw-r--r-- | devel/grpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index 5feeddcc839d..9a31b48fcd62 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -47,8 +47,8 @@ USE_CSTD= c11 USE_CXXSTD= c++17 USE_LDCONFIG= yes -PLIST_SUB= SHLIB_MAJOR=${PORTVERSION:R} \ - SHLIB_MINOR=${PORTVERSION:E} +PLIST_SUB= PORTVERSION=${PORTVERSION} \ + SHLIB_VER=${PORTVERSION:R} CONFLICTS_INSTALL= grpc[0-9][0-9][0-9] |