1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2015-03-13 13:21:38 +00:00
parent 8641451a7a
commit aef9ff9f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381185

View File

@ -3,7 +3,7 @@
PORTNAME= String-LRC
PORTVERSION= 1.01
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,4 +14,9 @@ COMMENT= Perl interface for longitudinal redundancy check generation
USES= perl5
USE_PERL5= configure
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/String/LRC/LRC.so
.include <bsd.port.mk>