Date: Fri, 13 Mar 2015 13:21:33 +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: r381183 - head/graphics/p5-Imlib2 Message-ID: <201503131321.t2DDLXEi083468@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 13 13:21:32 2015 New Revision: 381183 URL: https://svnweb.freebsd.org/changeset/ports/381183 QAT: https://qat.redports.org/buildarchive/r381183/ Log: - Strip library Modified: head/graphics/p5-Imlib2/Makefile Modified: head/graphics/p5-Imlib2/Makefile ============================================================================== --- head/graphics/p5-Imlib2/Makefile Fri Mar 13 13:21:32 2015 (r381182) +++ head/graphics/p5-Imlib2/Makefile Fri Mar 13 13:21:32 2015 (r381183) @@ -3,7 +3,7 @@ PORTNAME= Imlib2 PORTVERSION= 1.0.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics perl5 MASTER_SITES= http://www.muhri.net/ PKGNAMEPREFIX= p5- @@ -20,4 +20,9 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/Makefile.PL +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Imlib2/Imlib2.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503131321.t2DDLXEi083468>