svn commit: r382978 - head/editors/p5-Padre

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 2 00:57:54 UTC 2015


Author: amdmi3
Date: Thu Apr  2 00:57:52 2015
New Revision: 382978
URL: https://svnweb.freebsd.org/changeset/ports/382978

Log:
  - Strip library

Modified:
  head/editors/p5-Padre/Makefile

Modified: head/editors/p5-Padre/Makefile
==============================================================================
--- head/editors/p5-Padre/Makefile	Thu Apr  2 00:12:44 2015	(r382977)
+++ head/editors/p5-Padre/Makefile	Thu Apr  2 00:57:52 2015	(r382978)
@@ -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>


More information about the svn-ports-all mailing list