summaryrefslogtreecommitdiff
path: root/textproc/libtext-charwidth-perl
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 21:24:39 +0000
commit6cef903a9f9f2315811632b9f8b7ce00a54e3884 (patch)
tree45a9a6e35b1e00772d1e895949a33ed9613e6425 /textproc/libtext-charwidth-perl
parent- Strip binaries (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=390077
Diffstat (limited to 'textproc/libtext-charwidth-perl')
-rw-r--r--textproc/libtext-charwidth-perl/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/libtext-charwidth-perl/Makefile b/textproc/libtext-charwidth-perl/Makefile
index fcf4ff7c0057..d8efaf709fae 100644
--- a/textproc/libtext-charwidth-perl/Makefile
+++ b/textproc/libtext-charwidth-perl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libtext-charwidth-perl
PORTVERSION= 0.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
@@ -19,4 +19,9 @@ USE_PERL5= configure
post-extract:
@${MV} ${WRKSRC}.orig ${WRKSRC}
+post-install:
+ ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+ ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/CharWidth/CharWidth.so
+
.include <bsd.port.mk>