- Strip library
This commit is contained in:
parent
754ff8ec81
commit
c86de7dc20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381463
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Text-Kakasi
|
||||
PORTVERSION= 2.04
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= japanese textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
||||
|
@ -22,4 +22,9 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
|
||||
|
||||
post-install:
|
||||
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
|
||||
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Kakasi/Kakasi.so
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue