diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-13 13:21:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-13 13:21:28 +0000 |
commit | 8a3728c87b9db9faa7897d86770aa1aa2d62df19 (patch) | |
tree | 47625492fca60e3357127b12f98fe0c0574ce182 /net/p5-Filesys-SmbClient | |
parent | cb83c214ff1b4f1a6e06a6aff439d6b7fdbcb91a (diff) |
- Strip library
Notes
Notes:
svn path=/head/; revision=381181
Diffstat (limited to 'net/p5-Filesys-SmbClient')
-rw-r--r-- | net/p5-Filesys-SmbClient/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile index 55fa4edf2d65..ffbb1eb5f15e 100644 --- a/net/p5-Filesys-SmbClient/Makefile +++ b/net/p5-Filesys-SmbClient/Makefile @@ -3,7 +3,7 @@ PORTNAME= Filesys-SmbClient PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,9 @@ post-patch: @${REINPLACE_CMD} -i '' -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \ ${WRKSRC}/Makefile.PL +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Filesys/SmbClient/SmbClient.so + .include <bsd.port.mk> |