Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 22:14:42 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376730 - head/devel/p5-Gtk2-Spell
Message-ID:  <201501102214.t0AMEgsa093021@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jan 10 22:14:42 2015
New Revision: 376730
URL: https://svnweb.freebsd.org/changeset/ports/376730
QAT: https://qat.redports.org/buildarchive/r376730/

Log:
  - Strip library
  
  Approved by:	bapt

Modified:
  head/devel/p5-Gtk2-Spell/Makefile

Modified: head/devel/p5-Gtk2-Spell/Makefile
==============================================================================
--- head/devel/p5-Gtk2-Spell/Makefile	Sat Jan 10 22:13:39 2015	(r376729)
+++ head/devel/p5-Gtk2-Spell/Makefile	Sat Jan 10 22:14:42 2015	(r376730)
@@ -22,6 +22,11 @@ USES=		perl5
 USE_PERL5=	configure
 
 post-patch:
-		@${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL
+	@${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL
+
+post-install:
+	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
+	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501102214.t0AMEgsa093021>