- Strip shared library
- Bump PORTREVISION for package change
This commit is contained in:
parent
ae0265d98b
commit
08b9ea21b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404159
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Compress-LZO
|
||||
PORTVERSION= 1.08
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -20,4 +20,7 @@ USE_PERL5= configure
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Compress/LZO/LZO.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue