Date: Tue, 16 Jun 2015 14:27:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389850 - head/textproc/p5-XML-LibXSLT Message-ID: <201506161427.t5GERc1Z001799@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jun 16 14:27:37 2015 New Revision: 389850 URL: https://svnweb.freebsd.org/changeset/ports/389850 Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/textproc/p5-XML-LibXSLT/Makefile Modified: head/textproc/p5-XML-LibXSLT/Makefile ============================================================================== --- head/textproc/p5-XML-LibXSLT/Makefile Tue Jun 16 14:27:33 2015 (r389849) +++ head/textproc/p5-XML-LibXSLT/Makefile Tue Jun 16 14:27:37 2015 (r389850) @@ -3,6 +3,7 @@ PORTNAME= XML-LibXSLT PORTVERSION= 1.94 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,4 +21,9 @@ USES= perl5 pkgconfig USE_GNOME= libxml2 libxslt USE_PERL5= configure +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/XML/LibXSLT/LibXSLT.so + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506161427.t5GERc1Z001799>