diff options
Diffstat (limited to 'devel/libthreadar/Makefile')
-rw-r--r-- | devel/libthreadar/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libthreadar/Makefile b/devel/libthreadar/Makefile index bcd9bec483e8..07aa1e8a1ae9 100644 --- a/devel/libthreadar/Makefile +++ b/devel/libthreadar/Makefile @@ -1,5 +1,5 @@ PORTNAME= libthreadar -DISTVERSION= 1.5.2 +DISTVERSION= 1.6.0 CATEGORIES= devel sysutils MASTER_SITES= SF/${PORTNAME}/${DISTVERSION}/ \ https://dar.edrusb.org/libthreadar/Releases/ @@ -15,7 +15,10 @@ USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes + INSTALL_TARGET= install-strip TEST_TARGET= check +PLIST_SUB= SOLIB_MINOR=${DISTVERSION:S/1.//} + .include <bsd.port.mk> |