- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
d99cc3a694
commit
05554a89af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389725
1 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Compress-Raw-Lzma
|
||||
PORTVERSION= 2.068
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:PMQS
|
||||
|
@ -17,11 +18,16 @@ LICENSE_COMB= dual
|
|||
TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
|
||||
|
||||
OPTIONS_DEFINE= LZMALIB
|
||||
LZMALIB_DESC= Use archivers/lzmalia instead of liblzma in base
|
||||
LZMALIB_DESC= Use archivers/lzmalia instead of liblzma in base
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
LZMALIB_LIB_DEPENDS= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
|
||||
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/Raw/Lzma/Lzma.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue