aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-02 00:57:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-02 00:57:52 +0000
commite0b0b040cc4fe267bdb09674d4dedab6ffbe59f6 (patch)
tree3ce2f026ff7d70260b77db0ee46d6bd42c520f6c /editors
parent30cb74b4494fb8b95359d922b095ed1658b1297b (diff)
downloadports-e0b0b040cc4fe267bdb09674d4dedab6ffbe59f6.tar.gz
ports-e0b0b040cc4fe267bdb09674d4dedab6ffbe59f6.zip
- Strip library
Notes
Notes: svn path=/head/; revision=382978
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index bce5492a2dbf..b95745d93024 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Padre
PORTVERSION= 1.00
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} ${MASTER_SITE_PERL_CPAN:S/$/:wxsc/}
MASTER_SITE_SUBDIR= ${PORTNAME}/:DEFAULT Wx/:wxsc
@@ -126,6 +126,8 @@ pre-install:
post-install:
@(cd ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Wx/Scintilla && \
- ${STRIP_CMD} libwx_gtk2u_scintilla.so)
+ ${CHMOD} u+w libwx_gtk2u_scintilla.so && \
+ ${STRIP_CMD} libwx_gtk2u_scintilla.so && \
+ ${CHMOD} u-w libwx_gtk2u_scintilla.so)
.include <bsd.port.post.mk>