diff options
Diffstat (limited to 'archivers/bzip3/Makefile')
-rw-r--r-- | archivers/bzip3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/bzip3/Makefile b/archivers/bzip3/Makefile index 45569666c7e8..e80d5e5239bf 100644 --- a/archivers/bzip3/Makefile +++ b/archivers/bzip3/Makefile @@ -1,5 +1,5 @@ PORTNAME= bzip3 -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 CATEGORIES= archivers MASTER_SITES= https://github.com/kspalaiologos/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -12,8 +12,11 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/3rdparty/libsais-LICENSE LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE -USES= cmake cpe pathfix tar:xz +USES= cpe libtool tar:xz CPE_VENDOR= bzip3_project USE_LDCONFIG= yes +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip .include <bsd.port.mk> |