1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2015-05-12 12:46:10 +00:00
parent a3d7711ee7
commit 7844bb63f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386143

View File

@ -3,7 +3,7 @@
PORTNAME= Redis-hiredis
PORTVERSION= 0.11.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEOPHENIX
@ -15,4 +15,9 @@ COMMENT= Simple wrapper around hiredis C client
USES= perl5
USE_PERL5= configure
post-install:
${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Redis/hiredis/hiredis.so
.include <bsd.port.mk>