svn commit: r389850 - head/textproc/p5-XML-LibXSLT
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jun 16 14:27:38 UTC 2015
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>
More information about the svn-ports-all
mailing list