svn commit: r376730 - head/devel/p5-Gtk2-Spell
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Jan 10 22:14:43 UTC 2015
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>
More information about the svn-ports-all
mailing list