diff options
Diffstat (limited to 'devel/libphonenumber/Makefile')
-rw-r--r-- | devel/libphonenumber/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile index a2ca1790e49b..5666b8445afe 100644 --- a/devel/libphonenumber/Makefile +++ b/devel/libphonenumber/Makefile @@ -1,6 +1,6 @@ PORTNAME= libphonenumber DISTVERSIONPREFIX= v -DISTVERSION= 9.0.10 +DISTVERSION= 9.0.12 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org @@ -26,7 +26,7 @@ CMAKE_TESTING_TARGET= tests WRKSRC_SUBDIR= cpp -PLIST_SUB= SHLIB_FULL="9.0" \ - SHLIB_SHORT="9" +PLIST_SUB= SHLIB_FULL="${DISTVERSION:R}" \ + SHLIB_SHORT="${DISTVERSION:R:R}" .include <bsd.port.mk> |