aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-04-02 08:57:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-04-02 08:57:52 +0800
commit65ca91cdcebfc97274d25920952ab09941940573 (patch)
tree3ce2f026ff7d70260b77db0ee46d6bd42c520f6c /editors
parent61a8adbf0af26b92daa5b176bf9b1ede3a3e4033 (diff)
downloadfreebsd-ports-gnome-65ca91cdcebfc97274d25920952ab09941940573.tar.gz
freebsd-ports-gnome-65ca91cdcebfc97274d25920952ab09941940573.tar.zst
freebsd-ports-gnome-65ca91cdcebfc97274d25920952ab09941940573.zip
- Strip library
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>